RuneIterator(String string)

Create an iterator positioned at the beginning of the string.

Source

RuneIterator(String string)
    : this.string = string, _position = 0, _nextPosition = 0;