Enumeration
Operator.Kind
public enum Kind
The kind of operator (prefix, infix, or postfix).
Relationships
Member Of
Operator
An operator declaration.
Conforms To
Codable
Hashable
String
Enumeration Cases
prefix
case prefix
A unary operator that comes before its operand.
infix
case infix
An binary operator that comes between its operands.
postfix
case postfix
A unary operator that comes after its operand.