tornadofx / tornadofx / kotlin.collections.MutableList / move

move

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

Moves the given T item to the specified index