RunIterator

public struct RunIterator : IteratorProtocol

An iterator over the bidirectional runs.

  • Advances to the next bidirectional run and returns it, or nil if no next run exists.

    Declaration

    Swift

    public mutating func next() -> BidiRun?