I was also thinking about `val list = ~[“a”, “b”, ...
# language-proposals
p
I was also thinking about
val list = ~[“a”, “b”, “c”] //mutable
. At first we should be happy with
val list = ["a", "b", "c"].toMutableList()