In Operators§
See primary documentation in context for infix !=, infix ≠
sub infix:<!=>(Mu, Mu --> Bool)
Coerces both arguments to Numeric
(if necessary); returns True
if they are distinct.
Is equivalent to !==
.
See primary documentation in context for infix !=, infix ≠
sub infix:<!=>(Mu, Mu --> Bool)
Coerces both arguments to Numeric
(if necessary); returns True
if they are distinct.
Is equivalent to !==
.