Instance Method インスタンスメソッド

decodeNil()

Decodes a null value. null値をデコードします。

Declaration 宣言

mutating func decodeNil() throws -> Bool

Return Value 戻り値

Whether the encountered value was null. 出くわした値がnullだったかどうか。

Discussion 解説

If the value is not null, does not increment currentIndex. 値がnullでないならば、currentIndexは増加しません。