https://kotlinlang.org logo
p

passsy

06/06/2016, 4:45 PM
I was also thinking about
val list = ~[“a”, “b”, “c”] //mutable
. At first we should be happy with
val list = ["a", "b", "c"].toMutableList()