Join Slack
Powered by
<@U0GBVCELB>: Appending to a list should work as y...
# announcements
a
andrewoma
02/02/2016, 7:19 AM
@eric.kolotyluk
: Appending to a list should work as you expect. However it's very inefficient (copies each time). Appending to a
MutableList
is what you'd want (and
ArrayList
is the standard implementation)
Open in Slack
Previous
Next