Initial documentation of traverse-all.

This commit is contained in:
Michael Fogleman 2017-09-21 08:45:33 -04:00
parent f4e933fea7
commit e8ebc79c47

View file

@ -265,6 +265,14 @@ This macro will do inline compilation and caching of the path.
;; returns object implementing clojure.lang.IReduce
```
## traverse-all
_Added in 1.0.0_
`(traverse-all apath)`
Returns a transducer that traverses over each element with the given path.
# Path Macros
## declarepath