Skip to main content

postwalk

functionv1.1

clojure.walk/postwalk

Available in:BBCLJCLJS
(postwalk [f form])
Performs a depth-first, post-order traversal of form. Calls f on each sub-form, uses f's return value in place of the original. Recognizes all Clojure data structures. Consumes seqs as with doall.

No examples yet. Be the first to add one!