moveAt

fun <T> MutableList<T>.moveAt(oldIndex: Int, newIndex: Int)

Moves the given item at the oldIndex to the newIndex