CodingKeys
Collection.swift:166enum CodingKeys
Cases
Show implementation details (1)
Hide implementation details
Other members in extension
Types
Type members
Instance members
Citizens in PackageCollections
Conformances
protocol CodingKey
A type that can be used as a key for encoding and decoding.
protocol CustomDebugStringConvertible
A type with a customized textual representation suitable for debugging purposes.
protocol CustomStringConvertible
A type with a customized textual representation.
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 Sendable
Type members
Type features
static func != (lhs: Self, rhs: Self
) -> Bool Returns a Boolean value indicating whether two values are not equal.
Instance features
var debugDescription: String
A textual representation of this key, suitable for debugging.
var description: String
A textual representation of this key.