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