doubly-linked-list

MIT

An implementation of the doubly linked list data structure.

$ area51 add doubly-linked-listCopy

Usage

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

Dependencies