dlist
An implementation of the doubly-linked list in Common Lisp.
$ area51 add dlistCopyUsage
;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(dlist:some-function ...)An implementation of the doubly-linked list in Common Lisp.
$ area51 add dlistCopy;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(dlist:some-function ...)