StructureFoundation5.9.0
Key
struct Key
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
init(rawValue: String
) static let alternateQuotationBeginDelimiterKey: NSLocale.Key
static let alternateQuotationEndDelimiterKey: NSLocale.Key
static let calendar: NSLocale.Key
static let calendarIdentifier: NSLocale.Key
static let collationIdentifier: NSLocale.Key
static let collatorIdentifier: NSLocale.Key
static let countryCode: NSLocale.Key
static let currencyCode: NSLocale.Key
static let currencySymbol: NSLocale.Key
static let decimalSeparator: NSLocale.Key
static let exemplarCharacterSet: NSLocale.Key
static let groupingSeparator: NSLocale.Key
static let identifier: NSLocale.Key
static let languageCode: NSLocale.Key
static let measurementSystem: NSLocale.Key
static let quotationBeginDelimiterKey: NSLocale.Key
static let quotationEndDelimiterKey: NSLocale.Key
static let scriptCode: NSLocale.Key
static let usesMetricSystem: NSLocale.Key
static let variantCode: NSLocale.Key
var rawValue: String