The type that allows iteration over an array’s elements.
SDK
- Xcode 8.0+
Framework
- Swift Standard Library
Declaration
typealias Iterator = IndexingIterator <ArraySlice <Element>>
The type that allows iteration over an array’s elements.
SDK
Framework
typealias Iterator = IndexingIterator <ArraySlice <Element>>