I meant try to mutate the `listOf(1,2,3,4,5)` resu...
# announcements
k
I meant try to mutate the
listOf(1,2,3,4,5)
result via
set
instead of
add
.