moveDownAt

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

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