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