We can’t use method remove() when using an “enhanced” for ( : ) {}
style!
Use a vanilla for ( ; ; ) {}
style instead. Preferably, w/ backwards iteration:
We can’t use method remove() when using an “enhanced” for ( : ) {}
style!
Use a vanilla for ( ; ; ) {}
style instead. Preferably, w/ backwards iteration: