dlist

3-Clause BSD

An implementation of the doubly-linked list in Common Lisp.

$ area51 add dlistCopy

Usage

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

Dependencies