Liking cljdoc? Tell your friends :D

rewrite-clj.node.seq


list-nodecljs

(list-node children)

Create a node representing an EDN list.

Create a node representing an EDN list.
sourceraw docstring

map-nodecljs

(map-node children)

Create a node representing an EDN map.

Create a node representing an EDN map.
sourceraw docstring

SeqNodecljs

source

set-nodecljs

(set-node children)

Create a node representing an EDN set.

Create a node representing an EDN set.
sourceraw docstring

vector-nodecljs

(vector-node children)

Create a node representing an EDN vector.

Create a node representing an EDN vector.
sourceraw docstring

wrap-listcljs

(wrap-list s)
source

wrap-mapcljs

(wrap-map s)
source

wrap-setcljs

(wrap-set s)
source

wrap-veccljs

(wrap-vec s)
source

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

× close