static-dispatch

MIT

Static generic function dispatch for Common Lisp.

$ area51 add static-dispatchCopy

Usage

;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(static-dispatch:some-function ...)