Skip to main content

postwalk-replace

functionv1.7

clojure.walk/postwalk-replace

Available in:BBCLJCLJS
(postwalk-replace [smap form])
Recursively transforms form by replacing keys in smap with their values. Like clojure/replace but works on any data structure. Does replacement at the leaves of the tree first.

No examples yet. Be the first to add one!