<@U691H4RA4> the problem you are having is, that y...
# getting-started
a
@oday the problem you are having is, that you iterate over the array with
forEach
and remove elements meanwhile. In your example you can use an ordinary for-loop
for(i in 0..arr.count()) { //Do work }