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

contains(_:)

Indicates whether the index set contains a specific index. インデックス集合が特定のインデックスを含むかどうかを指し示します。

Declaration 宣言

func contains(_ value: Int) -> Bool

Parameters パラメータ

index

Index being inquired about. それについて尋ねられているインデックス。

Return Value 戻り値

true when the index set contains index, false otherwise. true、インデックス集合がindexを含む場合、そうでなければfalse

See Also 参照

Querying Index Sets インデックス集合に問い合わせる