haxe.iterators
.. | |
---|---|
ArrayIterator | This iterator is used only when |
ArrayKeyValueIterator | |
DynamicAccessKeyValueIterator | This Key/Value iterator can be used to iterate over |
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. |