The key to search for. このキーについて調査します。
Instance Method
インスタンスメソッド
contains(_:)
Returns a Boolean value indicating whether the decoder contains a value associated with the given key.
与えられたキーと結び付けられた値をデコーダが含むかどうかを指し示すブール値を返します。
Availability
- iOS 8.0+
- iPadOS 8.0+
- macOS 10.10+
- Mac Catalyst 13.0+
- tvOS 9.0+
- watchOS 2.0+
- Xcode 9.0+
Technology
- Swift Standard Library Swift標準ライブラリ
Declaration 宣言
Parameters パラメータ
key
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値かもしれません、データ形式として適切であるので。