(key-seqs schema)Returns a collection of paths which would address all possible entries (using get-in) in data described by the schema
Returns a collection of paths which would address all possible entries (using `get-in`) in data described by the schema
(postwalk-with-path f path form)(prewalk-with-path f path form)(walk-with-path inner outer form)(walk-with-path inner outer path form)Identical to clojure.walk/walk except keeps track of the path through the data structure (as per get-in)
as it goes, calling inner and outer with two args: the path and form
Identical to `clojure.walk/walk` except keeps track of the path through the data structure (as per `get-in`) as it goes, calling `inner` and `outer` with two args: the path and form
(with-paths path schema)cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |