Join Slack
Powered by
Okay so, when you do `val b = a` the list doesn't ...
# announcements
k
karelpeeters
02/25/2018, 1:13 AM
Okay so, when you do
val b = a
the list doesn't get copied - b is just another variable that
points
to the original list.
4
Views
Open in Slack
Previous
Next