RunIterator
public struct RunIterator : IteratorProtocol
An iterator over the bidirectional runs.
-
Advances to the next bidirectional run and returns it, or
nilif no next run exists.Declaration
Swift
public mutating func next() -> BidiRun?
View on GitHub
Install in Dash
RunIterator Structure Reference