package haxe.iterators
| .. | |
|---|---|
| MapKeyValueIterator | This Key/Value iterator can be used to iterate across maps. |
| StringIteratorUnicode | This iterator can be used to iterate across strings in a cross-platform way. It handles surrogate pairs on platforms that require it. On each iteration, it returns the next character code. |
| StringKeyValueIteratorUnicode | This iterator can be used to iterate across strings in a cross-platform way. It handles surrogate pairs on platforms that require it. On each iteration, it returns the next character offset as key and the next character code as value. |