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

filteredIndexSet(in:includeInteger:)

Returns an IndexSet filtered according to the result of includeInteger. includeIntegerの結果によってフィルタされたIndexSetを返します。

Declaration 宣言

func filteredIndexSet(in range: ClosedRange<IndexSet.Element>, includeInteger: (IndexSet.Element) throws -> Bool) rethrows -> IndexSet

Parameters パラメータ

range

A range of integers. For each integer in the range that intersects the integers in the IndexSet, then the includeInteger predicate will be invoked. 整数からなる範囲。IndexSetの中の整数との交差であるこの範囲の中の各整数に対して、その上includeInteger述部が発動されます。

includeInteger

The predicate which decides if an integer will be included in the result or not. ある整数が結果に含まれるか否かを決める述部。

See Also 参照

Selecting Elements 要素の選択