---
title: AsyncMapSequence.AsyncIterator
framework: swift
role: symbol
role_heading: Type Alias
path: swift/asyncmapsequence/asynciterator
---

# AsyncMapSequence.AsyncIterator

The type of iterator that produces elements of the sequence.

## Declaration

```swift
typealias AsyncIterator = AsyncMapSequence<Base, Transformed>.Iterator
```
