EnumerationFoundation5.9.0
Style
enum Style
Citizens in Foundation
Conformances
protocol Equatable
A type that can be compared for value equality.
protocol Hashable
A type that can be hashed into a
Hasher
to produce an integer hash value.protocol RawRepresentable
A type that can be converted to and from an associated raw value.
Members
case currency
case currencyAccounting
case currencyISOCode
case currencyPlural
case decimal
case none
case ordinal
case percent
case scientific
case spellOut
init?(rawValue: UInt
)