Enumerationswift 6.1.2Foundation
Context
enum Contextenum Contextimport Foundationclass Formattercase beginningOfSentencecase dynamiccase listItemcase middleOfSentencecase standalonecase unknownoverride init() required init?(coder: NSCoder) override func copy() -> Any func copy(with zone: NSZone? = nil) -> Any func editingString(for obj: Any) -> String? func encode(with aCoder: NSCoder) func string(for obj: Any) -> String? enum UnitStyleprotocol EquatableA type that can be compared for value equality.
protocol Hashable : EquatableA type that can be hashed into a Hasher to produce an integer hash value.
protocol RawRepresentable<RawValue>A type that can be converted to and from an associated raw value.
protocol SendableA thread-safe type whose values can be shared across arbitrary concurrent contexts without introducing a risk of data races. Values of the type may have no shared mutable state, or they may protect that state with a lock or by forcing it to only be accessed from a specific actor.
init?(rawValue: Int) var hashValue: Int { get }static func != (lhs: Self, rhs: Self) -> Bool Returns a Boolean value indicating whether two values are not equal.
func hash(into hasher: inout Hasher)