Skip to main content

prewalk-replace

functionv1.1

clojure.walk/prewalk-replace

Available in:BBCLJCLJS
(prewalk-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 root of the tree first.

No examples yet. Be the first to add one!