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

filteredIndexSet(includeInteger:)

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

Declaration 宣言

func filteredIndexSet(includeInteger: (IndexSet.Element) throws -> Bool) rethrows -> IndexSet

Parameters パラメータ

includeInteger

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

See Also 参照

Selecting Elements 要素の選択