class StringKeyValueIterator
package haxe.iterators
This iterator can be used to iterate over char indexes and char codes in a string.
Note that char codes may differ across platforms because of different internal encoding of strings in different runtimes.