Initializerswift 6.0.1Swift
init(codingKey:)
- iOS
- 15.4+
- macOS
- 12.3+
- tvOS
- 15.4+
- watchOS
- 8.5+
init?<T>(codingKey: T) where T : CodingKey
init?<T>(codingKey: T) where T : CodingKey
sSYss22CodingKeyRepresentableRzSS8RawValueSYRtzrlE06codingB0xSgqd___tcs0aB0Rd__lufc
What are these?
FNV24: [9GIH0]
where Self:CodingKeyRepresentable, Self.RawValue == String
import Swift
protocol RawRepresentable<RawValue>
A type that can be converted to and from an associated raw value.
protocol CodingKey : CustomDebugStringConvertible, CustomStringConvertible, Sendable
A type that can be used as a key for encoding and decoding.
protocol CodingKeyRepresentable
A type that can be converted to and from a coding key.
@frozen struct String
A Unicode string value that is a collection of characters.
var codingKey: any CodingKey { get }