---
title: AsyncDropFirstSequence.Element
framework: swift
role: symbol
role_heading: Type Alias
path: swift/asyncdropfirstsequence/element
---

# AsyncDropFirstSequence.Element

The type of element produced by this asynchronous sequence.

## Declaration

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

## Discussion

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