Skip to content

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

Initializers

Relationships

Conforms To

  • Swift.Equatable
  • Swift.Hashable
  • Swift.RawRepresentable
  • Swift.Sendable
  • Swift.SendableMetatype