<!--
{
  "availability" : [
    "iOS: 13.0.0 -",
    "iPadOS: 13.0.0 -",
    "macCatalyst: 13.0.0 -",
    "macOS: 10.15.0 -",
    "tvOS: 13.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 6.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Swift",
  "identifier" : "/documentation/Swift/AsyncDropFirstSequence/Iterator",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "Swift"
    ],
    "preciseIdentifier" : "s:12_Concurrency22AsyncDropFirstSequenceV8IteratorV"
  },
  "title" : "AsyncDropFirstSequence.Iterator"
}
-->

# AsyncDropFirstSequence.Iterator

The iterator that produces elements of the drop-first sequence.

```
struct Iterator
```

## Topics

### Instance Methods

[`func next() async rethrows -> Base.Element?`](/documentation/Swift/AsyncDropFirstSequence/Iterator/next())

Produces the next element in the drop-first sequence.

[`func next(isolation: isolated (any Actor)?) async throws(AsyncDropFirstSequence<Base>.Failure) -> Base.Element?`](/documentation/Swift/AsyncDropFirstSequence/Iterator/next(isolation:))

Produces the next element in the drop-first sequence.

### Type Aliases

[`typealias Element`](/documentation/Swift/AsyncDropFirstSequence/Iterator/Element)

### Default Implementations

[AsyncIteratorProtocol Implementations](/documentation/Swift/AsyncDropFirstSequence/Iterator/AsyncIteratorProtocol-Implementations)

## Relationships

### Conforms To

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

[`Sendable`](/documentation/Swift/Sendable)

[`AsyncIteratorProtocol`](/documentation/Swift/AsyncIteratorProtocol)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)