makeIterator()
Return an iterator over the elements of this sequence.
Declaration
func makeIterator() -> NSFastEnumerationIteratorDiscussion
Complexity: O(1).
Return an iterator over the elements of this sequence.
func makeIterator() -> NSFastEnumerationIteratorComplexity: O(1).