Array.Iterator The type that allows iteration over an array’s elements. Declarationtypealias Iterator = IndexingIterator<Array<Element>> See AlsoSupporting TypesArray.IndexArray.IndicesArray.ArrayLiteralElementArray.SubSequence