There was an error while loading. Please reload this page.
The kind of operator (prefix, infix, or postfix).
public enum Kind
Codable, Hashable, String
Codable
Hashable
String
prefix
A unary operator that comes before its operand.
case prefix
infix
An binary operator that comes between its operands.
case infix
postfix
A unary operator that comes after its operand.
case postfix