Updated List of Navigators (markdown)
This commit is contained in:
parent
7281ce94de
commit
1c542a1b9f
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@
|
||||||
|
|
||||||
### ALL
|
### ALL
|
||||||
|
|
||||||
`ALL` navigates to every element in a collection. If the collection is a map, it will navigate to each key-value pair `[key value]`. Reconstructs collection items as a vector when used in a select.
|
`ALL` navigates to every element in a collection. If the collection is a map, it will navigate to each key-value pair `[key value]`.
|
||||||
|
|
||||||
```clojure
|
```clojure
|
||||||
=> (select ALL [0 1 2 3])
|
=> (select ALL [0 1 2 3])
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue