Skip to content

Iterator removal change

Pre-release
Pre-release
Compare
Choose a tag to compare
@nosoop nosoop released this 05 Nov 02:30
· 8 commits to master since this release

Rewrote StringMultiMapIterator behavior so Remove() takes immediate effect. Attempting to call getters / setters after a Remove() will throw native errors.

This is better behavior, as there is no need to call Next() after removing the current iterator entry (you can now break early).