Enumeration
BasicCodingKey
A basic
CodingKey implementation.enum BasicCodingKey
Topics
Enumeration Cases
case index(Int)Integer representation.case key(String)String representation.
Initializers
init(_:)Create aBasicCodingKeyfrom the content of anyCodingKey.init?(intValue: Int)init?(stringValue: String)
Instance Properties
Default Implementations
Relationships
Conforms To
Swift.CodingKeySwift.CopyableSwift.CustomDebugStringConvertibleSwift.CustomStringConvertibleSwift.EquatableSwift.EscapableSwift.ExpressibleByExtendedGraphemeClusterLiteralSwift.ExpressibleByIntegerLiteralSwift.ExpressibleByStringLiteralSwift.ExpressibleByUnicodeScalarLiteralSwift.HashableSwift.SendableSwift.SendableMetatype