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

contains(_:)

Returns a Boolean value indicating whether the decoder contains a value associated with the given key. 与えられたキーと結び付けられた値をデコーダが含むかどうかを指し示すブール値を返します。

Declaration 宣言

func contains(_ key: Self.Key) -> Bool

Parameters パラメータ

key

The key to search for. このキーについて調査します。

Return Value 戻り値

Whether the Decoder has an entry for the given key. Decoderが与えられたキーに対して登録項目を持つかどうか。

Discussion 解説

The value associated with key may be a null value as appropriate for the data format. keyと結び付けられる値は、null値かもしれません、データ形式として適切であるので。