draw-cons-tree
Draws a cons tree in ASCII-art style.
$ area51 add draw-cons-treeCopyUsage
;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(draw-cons-tree:some-function ...)Draws a cons tree in ASCII-art style.
$ area51 add draw-cons-treeCopy;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(draw-cons-tree:some-function ...)