Skip to main content

walk

functionv1.7

clojure.walk/walk

Available in:BBCLJCLJS
(walk [inner outer form])
Traverses form, an arbitrary data structure. inner and outer are functions. Applies inner to each element of form, building up a data structure of the same type, then applies outer to the result. Recognizes all Clojure data structures. Consumes seqs as with doall.

No examples yet. Be the first to add one!