Enumeration
LeafOperator
Mathematical and Logical operators
enum LeafOperator
Topics
Enumeration Cases
case andcase assignmentcase dividecase equalcase evaluatecase greatercase greaterOrEqualcase lessercase lesserOrEqualcase minuscase modulocase multiplycase nilCoalescecase notcase orcase pluscase scopeMembercase scopeRootcase subClosecase subOpencase unequal
Initializers
init?(rawValue: String)Creates a new instance with the specified raw value.
Instance Properties
var description: StringRaw string value of the operator - eg!=
Relationships
Conforms To
Swift.CaseIterableSwift.CustomStringConvertibleSwift.EquatableSwift.HashableSwift.RawRepresentableSwift.SendableSwift.SendableMetatype