How do you remove elements from a collection while...
# announcements
r
How do you remove elements from a collection while iterating on it?
kotlin.Iterator
has no
remove()
method 😕