(pathwalk-post f form)
Similar to clojure.walk/postwalk
but includes the path of the value as the first argument
to f
Does not invoke f
on non-pathable entries (eg. the key of a map-entry
)
Similar to `clojure.walk/postwalk` but includes the path of the value as the first argument to `f` Does not invoke `f` on non-pathable entries (eg. the key of a `map-entry`)
(pathwalk-pre f form)
Similar to clojure.walk/prewalk
but includes the path of the value as the first argument to f
Does not invoke f
on non-pathable entries (eg. the key of a map-entry
)
Similar to `clojure.walk/prewalk` but includes the path of the value as the first argument to `f` Does not invoke `f` on non-pathable entries (eg. the key of a `map-entry`)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close