In Operators§

See primary documentation in context for infix lt.

multi infix:<lt>(Mu,    Mu)
multi infix:<lt>(Str:D, Str:D)

String less than operator.

Coerces both arguments to Str (if necessary); returns True if the first is smaller than the second, as determined by lexicographic comparison.

Mnemonic: less than