---
title: ArraySlice.Iterator
framework: swift
role: symbol
role_heading: Type Alias
path: swift/arrayslice/iterator
---

# ArraySlice.Iterator

The type that allows iteration over an array’s elements.

## Declaration

```swift
typealias Iterator = IndexingIterator<ArraySlice<Element>>
```
