hash-set
An implementation of the hash-set data structure.
$ area51 add hash-setCopyUsage
;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(hash-set:some-function ...)An implementation of the hash-set data structure.
$ area51 add hash-setCopy;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(hash-set:some-function ...)