Updated List of Navigators (markdown)
This commit is contained in:
parent
f5fd3c1a68
commit
df67723c8e
1 changed files with 0 additions and 3 deletions
|
|
@ -505,9 +505,6 @@ See also [keypath](#keypath) and [pred](#pred).
|
||||||
0
|
0
|
||||||
=> (select-one (must :a) {:b 1})
|
=> (select-one (must :a) {:b 1})
|
||||||
nil
|
nil
|
||||||
;; Only follows one key
|
|
||||||
=> (select-one (must :a :b) {:a {:b 1}})
|
|
||||||
{:b 1}
|
|
||||||
```
|
```
|
||||||
|
|
||||||
## nil->val
|
## nil->val
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue