Liking cljdoc? Tell your friends :D
Clojure only.

clojure.kongra.prelude.print


printGraphclj

(printGraph v adjs)
(printGraph v adjs show)
(printGraph v adjs show depth)
source

printTreeclj

(printTree node adjs)
(printTree node adjs show)
(printTree node adjs show depth)

Prints a tree using a textual representation like in UNIX tree command. adjs : node -> [node] show : node -> String

Prints a tree using a textual representation like in UNIX tree command.
adjs : node -> [node]
show : node -> String
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close