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