Join Slack
Powered by
<@U0CL38L48> just curious if you use immutable dat...
# announcements
b
bamdmux
08/18/2016, 1:32 PM
@irus
just curious if you use immutable data, why then you you prefer to use
Copy code
var list = listOf(0) list += 1 list += 2
instead of val and mutable interface?
Open in Slack
Previous
Next