MirrorSequence
public struct MirrorSequence : Sequence
A sequence of mirrored characters in a line.
-
Returns an iterator over the elements of this sequence.
Declaration
Swift
public func makeIterator() -> MirrorIterator