Contents

makeIterator()

Return an iterator over the elements of this sequence.

Declaration

func makeIterator() -> JoinedSequence<Base>.Iterator

Discussion