fun <T> MutableList<T>.move(item: T, newIndex: Int): Unit
Moves the given T item to the specified index