swapAsList

fun <T> MutableList<T>.swapAsList(index1: Int, index2: Int): MutableList<T>