string_utf8_iterator [object]
- read/write properties:
- [int] offset - returns the point in string from which last character was retrieved, can set point in string from which next character will be retrieved
- read-only properties:
- [string] string - returns the string currently being iterated on
- other features:
- iterator (self)
- cloning
- serialization
- GC-safe