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

unkeyedContainer()

Returns the data stored in this decoder as represented in a container appropriate for holding values with no keys. このデコーダの中に格納されるデータを、キーなしで値を保持するのに適したコンテナの中に表現される通りに返します。

Declaration 宣言

func unkeyedContainer() throws -> UnkeyedDecodingContainer

Return Value 戻り値

An unkeyed container view into this decoder. このデコーダへのキー無しコンテナビュー。