Liking cljdoc? Tell your friends :D

shuriken.navigation

### More datastructure walking
raw docstring

prepostwalkclj

(prepostwalk pre-fn post-fn form)

A combination of clojure.walk's prewalk and postwalk. Recursively modifies form with pre-fn when walking in and post-fn when walking out.

A combination of `clojure.walk`'s `prewalk` and `postwalk`.
Recursively modifies `form` with `pre-fn` when walking in and
`post-fn` when walking out.
sourceraw docstring

prepostwalk-democlj

(prepostwalk-demo form)

Demonstrates the behavior of prepostwalk. Returns form.

Demonstrates the behavior of [[prepostwalk]]. Returns form.
sourceraw docstring

tree-seq-breadthclj

(tree-seq-breadth branch? children root)

Like tree-seq, but in breadth-first order

Like tree-seq, but in breadth-first order
sourceraw docstring

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

× close