Updated List of Navigators (markdown)

This commit is contained in:
Nathan Marz 2016-06-12 09:45:47 -04:00
parent 7281ce94de
commit 1c542a1b9f

View file

@ -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])