mirror of
https://github.com/urbit/shrub.git
synced 2024-12-24 20:47:27 +03:00
zuse: added +any to +ordered-map
This commit is contained in:
parent
fd6f6b3bd0
commit
2e302818d3
@ -5104,6 +5104,15 @@
|
|||||||
?~ a
|
?~ a
|
||||||
&
|
&
|
||||||
?&((b n.a) $(a l.a) $(a r.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: verify horizontal and vertical orderings
|
||||||
::
|
::
|
||||||
++ apt
|
++ apt
|
||||||
|
Loading…
Reference in New Issue
Block a user