Updated List of Navigators (markdown)
This commit is contained in:
parent
22896d62c4
commit
6a90f3d1c0
1 changed files with 1 additions and 2 deletions
|
|
@ -450,9 +450,8 @@ See also [must](#must)
|
|||
```clojure
|
||||
=> (select-one (keypath :a) {:a 0})
|
||||
0
|
||||
;; Only one key allowed
|
||||
=> (select-one (keypath :a :b) {:a {:b 1}})
|
||||
{:b 1}
|
||||
1
|
||||
=> (select [ALL (keypath :a)] [{:a 0} {:b 1}])
|
||||
[0 nil]
|
||||
;; Does not stop navigation
|
||||
|
|
|
|||
Loading…
Reference in a new issue