decodeNil()
Decodes a null value.
Declaration
mutating func decodeNil() throws -> BoolReturn Value
Whether the encountered value was null.
Discussion
If the value is not null, does not increment currentIndex.
Decodes a null value.
mutating func decodeNil() throws -> BoolWhether the encountered value was null.
If the value is not null, does not increment currentIndex.