In Any§
See primary documentation in context for method all
method all(--> Junction)
Interprets the invocant as a list and creates an all-Junction
from it.
say so 1 < <2 3 4>.all; # OUTPUT: «True»say so 3 < <2 3 4>.all; # OUTPUT: «False»
See primary documentation in context for method all
method all(--> Junction)
Interprets the invocant as a list and creates an all-Junction
from it.
say so 1 < <2 3 4>.all; # OUTPUT: «True»say so 3 < <2 3 4>.all; # OUTPUT: «False»