removeAt

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