Join Slack
Powered by
<@U3669PPNG> you should use `arrayList` if for som...
# getting-started
i
ilya.gorbunov
02/09/2017, 1:19 AM
@nkiesel
you should use
arrayList
if for some reason you want to have specifically an instance of
ArrayList
. Otherwise,
listOf
or
mutableListOf
is enough.
Open in Slack
Previous
Next