ALL does always return a vector.

This commit is contained in:
Christopher O'Donnell 2016-06-10 22:57:20 -04:00
parent edcad45061
commit 7ec7438f44

View file

@ -4,7 +4,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]`. 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 ```clojure
=> (select [ALL] [0 1 2 3]) => (select [ALL] [0 1 2 3])