lt
ErrorsCollection

lt

Synthesised documentation from language/operators

From language/operators

See Original text in context

multi sub infix:<lt>(Mu,    Mu)
multi sub infix:<lt>(Str:DStr: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