Other Enumerations

The following enumerations are available globally.

  • A twist on Optional that, in a KeyedValueContainer, can distinguish between being unset entirely and being explicitly set to the nil value.

    See more

    Declaration

    Swift

    public enum ExplicitNull<C> : Codable, Sendable where C : Decodable, C : Encodable, C : Sendable
  • Optional indicator of dinner seating team.

    See more

    Declaration

    Swift

    enum DinnerTeam : String, CaseIterable, Codable
  • Declaration

    Swift

    enum EventNotificationSetting : String, Codable, RESPValueConvertible

Seamails