removeRange

fun <T> MutableList<T>.removeRange(fromInclusive: Int = 0, endExclusive: Int = this.size)