Join Slack
Powered by
I was also thinking about `val list = ~[“a”, “b”, ...
# language-proposals
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()
Open in Slack
Previous
Next