---
title: DropWhileSequence.Iterator
framework: swift
role: symbol
role_heading: Structure
path: swift/dropwhilesequence/iterator
---

# DropWhileSequence.Iterator

A type that provides the sequence’s iteration interface and encapsulates its iteration state.

## Declaration

```swift
@frozen struct Iterator
```

## Topics

### Default Implementations

- [IteratorProtocol Implementations](swift/dropwhilesequence/iterator/iteratorprotocol-implementations.md)

## Relationships

### Conforms To

- [Copyable](swift/copyable.md)
- [Escapable](swift/escapable.md)
- [IteratorProtocol](swift/iteratorprotocol.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)
