removeRange

protected expect open fun removeRange(fromIndex: Int, toIndex: Int)(source)

Removes the range of elements from this list starting from fromIndex and ending with but not including toIndex.

Since Kotlin

2.0
protected actual open fun removeRange(fromIndex: Int, toIndex: Int)(source)

Removes the range of elements from this list starting from fromIndex and ending with but not including toIndex.

Since Kotlin

1.1
protected actual open fun removeRange(fromIndex: Int, toIndex: Int)(source)

Removes the range of elements from this list starting from fromIndex and ending with but not including toIndex.

Since Kotlin

1.3
protected actual open fun removeRange(fromIndex: Int, toIndex: Int)(source)

Removes the range of elements from this list starting from fromIndex and ending with but not including toIndex.

Since Kotlin

1.8
protected actual open fun removeRange(fromIndex: Int, toIndex: Int)(source)

Removes the range of elements from this list starting from fromIndex and ending with but not including toIndex.

Since Kotlin

1.8