In Operators§
See primary documentation in context for infix ne.
multi infix:<ne>(Mu, Mu) multi infix:<ne>(Str:D, Str:D)
Coerces both arguments to Str
(if necessary); returns False
if both are equal.
Mnemonic: not equal
See primary documentation in context for infix ne.
multi infix:<ne>(Mu, Mu) multi infix:<ne>(Str:D, Str:D)
Coerces both arguments to Str
(if necessary); returns False
if both are equal.
Mnemonic: not equal