encodeNil(forKey:)
Encodes a null value for the given key.
Declaration
mutating func encodeNil(forKey key: Self.Key) throwsParameters
- key:
The key to associate the value with.
Encodes a null value for the given key.
mutating func encodeNil(forKey key: Self.Key) throwsThe key to associate the value with.