---
title: AsyncThrowingDropWhileSequence.AsyncIterator
framework: swift
role: symbol
role_heading: Type Alias
path: swift/asyncthrowingdropwhilesequence/asynciterator
---

# AsyncThrowingDropWhileSequence.AsyncIterator

The type of iterator that produces elements of the sequence.

## Declaration

```swift
typealias AsyncIterator = AsyncThrowingDropWhileSequence<Base>.Iterator
```
