MirrorIterator

public class MirrorIterator : IteratorProtocol

An iterator over the mirrored characters.

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

    Declaration

    Swift

    public func next() -> BidiPair?