Contents

makeIterator()

Returns an iterator over the elements of this collection.

Declaration

func makeIterator() -> CollectionOfOne<Element>.Iterator

Discussion