swap

fun <T> List<T>.swap(first: Int, second: Int): List<T>
fun <T> MutableList<T>.swap(first: Int, second: Int)