Initial documentation of traverse-all.
This commit is contained in:
parent
f4e933fea7
commit
e8ebc79c47
1 changed files with 8 additions and 0 deletions
|
|
@ -265,6 +265,14 @@ This macro will do inline compilation and caching of the path.
|
||||||
;; returns object implementing clojure.lang.IReduce
|
;; 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
|
# Path Macros
|
||||||
|
|
||||||
## declarepath
|
## declarepath
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue