Enumerationswift 6.0.3Foundation
Context
enum Context
enum Context
import Foundation
class Formatter
case beginningOfSentence
case dynamic
case listItem
case middleOfSentence
case standalone
case unknown
override 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 UnitStyle
protocol Equatable
A type that can be compared for value equality.
protocol Hashable : Equatable
A 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 Sendable
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)