MirrorIterator
public class MirrorIterator : IteratorProtocol
An iterator over the mirrored characters.
-
Advances to the next element and returns it, or
nilif no next element exists.Declaration
Swift
public func next() -> BidiPair?
View on GitHub
Install in Dash
MirrorIterator Class Reference