move

fun <T> MutableList<T>.move(item: T, newIndex: Int)

Moves the given T item to the specified index