update

fun <E> List<E>.update(vararg updates: Pair<Int, E>): List<E>(source)