---
title: AsyncCompactMapSequence.AsyncIterator
framework: swift
role: symbol
role_heading: Type Alias
path: swift/asynccompactmapsequence/asynciterator
---

# AsyncCompactMapSequence.AsyncIterator

The type of iterator that produces elements of the sequence.

## Declaration

```swift
typealias AsyncIterator = AsyncCompactMapSequence<Base, ElementOfResult>.Iterator
```
