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 moreDeclaration
Swift
public enum ExplicitNull<C> : Codable, Sendable where C : Decodable, C : Encodable, C : Sendable
-
Optional indicator of dinner seating team.
See moreDeclaration
Swift
enum DinnerTeam : String, CaseIterable, Codable
-
Declaration
Swift
enum EventNotificationSetting : String, Codable, RESPValueConvertible
-
Declaration
Swift
enum MailInbox
-
Declaration
Swift
enum PrivilegedUser : String, CaseIterable, Codable
-
Areas on the ship used for tagging PhotoStream photos. This list purposefully avoids using room names specific to the Nieuw Amsterdam (the ship we generally sail on each year), and is purposefully a bit vague.
See moreDeclaration
Swift
public enum PhotoStreamBoatLocation : String, Content, CaseIterable, Sendable
-
Declaration
Swift
@main enum Entrypoint