removeInRange

fun <E> MutableList<E>.removeInRange(position: Int, count: Int)
fun <E> ArrayList<E>.removeInRange(position: Int, count: Int)