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

indexRange(in:)

Return a Range<IndexSet.Index> which can be used to subscript the index set. Range<IndexSet.Index>を返します、それはインデックス集合の添え字として使われることができます。

Declaration 宣言

func indexRange(in range: Range<IndexSet.Element>) -> Range<IndexSet.Index>

Parameters パラメータ

range

The range of integers to include. 含むことになるいつくかの整数からなる範囲。

Discussion 議論

The resulting range is the range of the intersection of the integers in range with the index set. The resulting range will be isEmpty if the intersection is empty. 結果の範囲は、rangeの中の整数の、このインデックス集合との交差からなる範囲です。交差が空ならば、結果の範囲はisEmptyです。

See Also 参照

Manipulating Indexes インデックスを操作する