InfixOperator
An operator that is written between its operands.
An infix operator has an operand that comes before and an operand that comes after all its named parts. For example, addition (x + y
) and the conditional operator (b ? x : y
) are infix operators.
Functions
Link copied to clipboard
In lieu of polymorphic types, have an optional list of alternative types to check against.
Link copied to clipboard
Shows this operator applied to arguments.
Properties
Inheritors
Extensions
Link copied to clipboard
Returns true when this operator has precedence higher than or equal to other.