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

remove(in:)

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

Declaration 宣言

func remove(in range: NSRange)

Parameters パラメータ

indexRange

Index range to remove. 取り除くインデックス範囲。

See Also 参照

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