### More datastructure walking
(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.
(prepostwalk-demo form)Demonstrates the behavior of prepostwalk. Returns form.
Demonstrates the behavior of [[prepostwalk]]. Returns form.
(tree-seq-breadth branch? children root)Like tree-seq, but in breadth-first order
Like tree-seq, but in breadth-first order
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |