generic-cl
Standard Common Lisp functions implemented using generic functions.
$ area51 add generic-clCopyUsage
;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(generic-cl:some-function ...)Standard Common Lisp functions implemented using generic functions.
$ area51 add generic-clCopy;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(generic-cl:some-function ...)