tornadofx / tornadofx / kotlin.collections.MutableList / moveDownAt

moveDownAt

fun <T> MutableList<T>.moveDownAt(index: Int): Unit

Moves the given element T up the MutableList by one increment unless it is at the bottom already which will result in no movement