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

remove(_:)

Removes the indexes in an index set from the receiver. あるインデックス集合の中のインデックスをレシーバから取り除きます。

Declaration 宣言

func remove(_ indexSet: IndexSet)

Parameters パラメータ

indexSet

Index set to remove. 取り除くインデックス集合。

See Also 参照

Removing Indexes インデックスを取り除く