---
title: AsyncDropWhileSequence.Element
framework: swift
role: symbol
role_heading: Type Alias
path: swift/asyncdropwhilesequence/element
---

# AsyncDropWhileSequence.Element

The type of element produced by this asynchronous sequence.

## Declaration

```swift
typealias Element = Base.Element
```

## Discussion

Discussion The drop-while sequence produces whatever type of element its base sequence produces.
