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

intersects(in:)

Indicates whether the index set contains any of the indexes in a range. インデックス集合がある範囲の中のインデックスのいくらかを含むかどうかを指し示します。

Declaration 宣言

func intersects(in range: NSRange) -> Bool

Parameters パラメータ

indexRange

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

Return Value 戻り値

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

See Also 参照

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