klizter
Guru
val m = mutableListOf<Int>(1,2,3) m.set(0,2) m.set(1,1) println(m)
Dico
Collections.swap