In Operators§
See primary documentation in context for infix le.
multi infix:<le>(Mu, Mu) multi infix:<le>(Str:D, Str:D)
String less than or equal to operator.
Coerces both arguments to Str
(if necessary); returns True
if the first is equal to or smaller than the second, as determined by lexicographic comparison.
Mnemonic: less or equal