removeAt

fun <T> List<T>.removeAt(index: Int): List<T>