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 builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close