removeRange

fun removeRange(start: Int, end: Int)(source)

Removes items from index start (inclusive) to end (exclusive).

Throws

if start or end isn't between 0 and size, inclusive