We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6918c9e commit 85f212aCopy full SHA for 85f212a
doc/Type/Junction.pod6
@@ -22,7 +22,7 @@ C<none>.
22
type | constructor | operator | True if ...
23
=====+================+============+===========
24
all | all | & | no value evaluates to False
25
- any | any | | | at least one value evaluates to True
+ any | any | \| | at least one value evaluates to True
26
one | one | ^ | exactly one value evaluates to True
27
none | none | | no value evaluates to True
28
0 commit comments