If your possible modifications are removals only, ...
# announcements
i
If your possible modifications are removals only, you can either use
MutableList.removeAll
function, or get a
MutableIterator
from the collection and then use its
remove
method