Enumeration
LeafKeyword
Keywords are identifiers which take precedence over syntax/variable names - may potentially have representable state themselves as value when used with operators (eg, true, false when used with logical operators, nil when used with equality operators, and so forth)enum LeafKeyword
Topics
Enumeration Cases
LeafKeyword.falseLeafKeyword.inLeafKeyword.nilLeafKeyword.noLeafKeyword.thisLeafKeyword.trueLeafKeyword.yes
Initializers
init(rawValue:)Creates a new instance with the specified raw value.
Relationships
Conforms To
Swift.EquatableSwift.HashableSwift.RawRepresentableSwift.SendableSwift.SendableMetatype