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

contains(in:)

Indicates whether the index set contains the indexes represented by an index range. インデックス集合があるインデックス範囲によって表されるインデックスそれらを含むかどうかを指し示します。

Declaration 宣言

func contains(in range: NSRange) -> Bool

Parameters パラメータ

indexRange

The index range being inquired about. このインデックス範囲について尋ねられます。

Return Value 戻り値

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

See Also 参照

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