slot-map
An implementation of the slot-map data structure.
$ area51 add slot-mapCopyUsage
;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(slot-map:some-function ...)An implementation of the slot-map data structure.
$ area51 add slot-mapCopy;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(slot-map:some-function ...)