Iterator removal change
Pre-release
Pre-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).