In language/operators§
See primary documentation in context for infix eq
multi sub infix:<eq>(Any, Any)multi sub infix:<eq>(Str, Str)
Coerces both arguments to Str (if necessary); returns True
if both are equal.
Mnemonic: equal
See primary documentation in context for infix eq
multi sub infix:<eq>(Any, Any)multi sub infix:<eq>(Str, Str)
Coerces both arguments to Str (if necessary); returns True
if both are equal.
Mnemonic: equal