(branch? node)
Can the node have children?
Can the node have children?
(make-node node children)
Make a new node with updated children
Make a new node with updated children
(node-children node)
Get the children of this node
Get the children of this node
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close