swapAt

fun <T> MutableList<T>.swapAt(first: Int, second: Int)
fun <T> Array<T>.swapAt(first: Int, second: Int)