infix !=
| 1 | language documentation Operators |
| 1.1 | (Operators) infix != |
Documentation for infix != assembled from the following types:
language documentation Operators
From Operators
(Operators) infix !=
sub infix:<!=>(Mu, Mu --> Bool)
Coerces both arguments to Numeric (if necessary); returns True if they are distinct.
Is an alias to !==.