voddan
clone
mapOf(1 to 2) //? setOf(1) //? listOf(1).toList() //ok // two of them! arrayOf(1).copyOf() arrayOf(1).clone() DataClass(1).copy()