moveUpAt

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

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