Instance Property (Default implementation)swift 6.0.3Swift
description
A textual representation of this key.
var description: String { get }
A textual representation of this key.
var description: String { get }
import Swift
protocol CodingKey : CustomDebugStringConvertible, CustomStringConvertible, Sendable
A type that can be used as a key for encoding and decoding.
@frozen struct String
A Unicode string value that is a collection of characters.
var description: String { get }
A textual representation of this instance.
var debugDescription: String { get }
A textual representation of this key, suitable for debugging.