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
alternativeTypes
Link copied to clipboard
In lieu of polymorphic types, have an optional list of alternative types to check against.
toDocument
Link copied to clipboard
Shows this operator applied to arguments.
Properties
associativity
Link copied to clipboard
precedence
Link copied to clipboard
type
Link copied to clipboard