Liking cljdoc? Tell your friends :D

wing.core.walk


pathwalk-postclj/s

(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`)
sourceraw docstring

pathwalk-preclj/s

(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`)
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close