cl-trie

MIT

Common Lisp implementation of Trie data structure.

$ area51 add cl-trieCopy

Usage

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

Dependencies