bst

GPL-3

Binary search tree

$ area51 add bstCopy

Usage

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

Dependencies