tree-search
Search recursively through trees of nested lists
$ area51 add tree-searchCopyUsage
;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(tree-search:some-function ...)Search recursively through trees of nested lists
$ area51 add tree-searchCopy;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(tree-search:some-function ...)