Create an iterator positioned at the beginning of the string.
Source
RuneIterator(String string)
: this.string = string, _position = 0, _nextPosition = 0;
Create an iterator positioned at the beginning of the string.
RuneIterator(String string)
: this.string = string, _position = 0, _nextPosition = 0;