Instance Propertyswift 6.0.3Swift
hashValue
The key’s hash value.
var hashValue: Int { get }
The key’s hash value.
var hashValue: Int { get }
import Swift
struct CodingUserInfoKey
A user-defined key for providing context during encoding and decoding.
@frozen struct Int
A signed integer value type.
init?(rawValue: String)
Creates a new instance with the given raw value.
let rawValue: String
The key’s string value.
static func == (lhs: CodingUserInfoKey, rhs: CodingUserInfoKey) -> Bool
Returns a Boolean value indicating whether the given keys are equal.
func hash(into hasher: inout Hasher)
Hashes the essential components of this value by feeding them into the given hasher.
typealias RawValue = String