mirror of
https://github.com/urbit/shrub.git
synced 2024-12-20 09:21:42 +03:00
zuse: added +any to +ordered-map
This commit is contained in:
parent
fd6f6b3bd0
commit
2e302818d3
@ -5104,6 +5104,15 @@
|
||||
?~ a
|
||||
&
|
||||
?&((b n.a) $(a l.a) $(a r.a))
|
||||
:: +any: apply logical OR boolean test on all values
|
||||
::
|
||||
++ any
|
||||
~/ %any
|
||||
|= [a=(tree item) b=$-(item ?)]
|
||||
|- ^- ?
|
||||
?~ a
|
||||
|
|
||||
?|((b n.a) $(a l.a) $(a r.a))
|
||||
:: +apt: verify horizontal and vertical orderings
|
||||
::
|
||||
++ apt
|
||||
|
Loading…
Reference in New Issue
Block a user