Is there something like `mutableListOf(1, 2).add(3...
# announcements
h
Is there something like
mutableListOf(1, 2).add(3)
which creates a new list?