---
title: ContiguousArray.Iterator
framework: swift
role: symbol
role_heading: Type Alias
path: swift/contiguousarray/iterator
---

# ContiguousArray.Iterator

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

## Declaration

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