Return Value 戻り値
Whether the encountered value was null. 出くわした値がnullだったかどうか。
Availability
Technology
mutating func decodeNil() throws -> Bool
Whether the encountered value was null. 出くわした値がnullだったかどうか。
If the value is not null, does not increment currentIndex. 値がnullでないならば、currentIndexは増加しません。