Available on all platforms
This iterator can be used to iterate over char codes in a string.
Note that char codes may differ across platforms because of different internal encoding of strings in different of runtimes.
inlinenew(s:String)
Create a new StringIterator over String s.
StringIterator
s
inlinehasNext():Bool
See Iterator.hasNext
Iterator.hasNext
inlinenext():Int
See Iterator.next
Iterator.next