func remove(IndexSet)
Removes the indexes in an index set from the receiver.
あるインデックス集合の中のインデックスをレシーバから取り除きます。
func removeAllIndexes ()
Removes the receiver’s indexes.
レシーバのもつインデックスを取り除きます。
func remove(in: NSRange)
Removes the indexes in an index range from the receiver.
あるインデックス範囲の中のインデックスをレシーバから取り除きます。