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

contains(_:)

Indicates whether the receiving index set contains a superset of the indexes in another index set. 受け手側インデックス集合が別のインデックス集合の中のインデックスのスーパーセットを含むかどうかを指し示します。

Declaration 宣言

func contains(_ indexSet: IndexSet) -> Bool

Parameters パラメータ

indexSet

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

Return Value 戻り値

true when the receiving index set contains a superset of the indexes in indexSet, false otherwise. true、受け手側インデックス集合がindexSetの中のインデックスのスーパーセットを含む場合、そうでなければfalse

See Also 参照

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