ALL does always return a vector.
This commit is contained in:
parent
edcad45061
commit
7ec7438f44
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
### 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]`. The resulting elements will be reconstructed as a vector. (Or maybe this is because of `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]`. The resulting elements will be reconstructed as a vector.
|
||||
|
||||
```clojure
|
||||
=> (select [ALL] [0 1 2 3])
|
||||
|
|
|
|||
Loading…
Reference in a new issue