See Original text in context
method none(--> Junction:D)
Interprets the invocant as a list and creates a none-Junction from it.
say so 1 == (1, 2, 3).none; # OUTPUT: «False» say so 4 == (1, 2, 3).none; # OUTPUT: «True»