The type that allows iteration over an array’s elements.
SDK
- Xcode 8.0+
Framework
- Swift Standard Library
Declaration
typealias Iterator = Indexing Iterator<Array<Element>>
The type that allows iteration over an array’s elements.
SDK
Framework
typealias Iterator = Indexing Iterator<Array<Element>>
typealias Array .IndexThe index type for arrays, Int.
typealias Array .IndicesThe type that represents the indices that are valid for subscripting an array, in ascending order.