can't a for-each loop on a `MutableList<T>` ...
# getting-started
v
can't a for-each loop on a
MutableList<T>
throw some exception, when modified concurrently? I preferred the non-mutable, always copy solution, 'cause this.