<@U0GBVCELB>: Appending to a list should work as y...
# announcements
a
@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)