decodeNil(forKey:)
Decodes a null value for the given key.
Declaration
func decodeNil(forKey key: Self.Key) throws -> BoolParameters
- key:
The key that the decoded value is associated with.
Return Value
Whether the encountered value was null.
Decodes a null value for the given key.
func decodeNil(forKey key: Self.Key) throws -> BoolThe key that the decoded value is associated with.
Whether the encountered value was null.