---
title: LazyDropWhileSequence.Iterator
framework: swift
role: symbol
role_heading: Structure
path: swift/lazydropwhilesequence/iterator
---

# LazyDropWhileSequence.Iterator

An iterator over the elements traversed by a base iterator that follow the initial consecutive elements that satisfy a given predicate.

## Declaration

```swift
@frozen struct Iterator
```

## Overview

Overview This is the associated iterator for the LazyDropWhileSequence, LazyDropWhileCollection, and LazyDropWhileBidirectionalCollection types.

## Topics

### Type Aliases

- [LazyDropWhileSequence.Iterator.Element](swift/lazydropwhilesequence/iterator/element.md)

### Default Implementations

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

## Relationships

### Conforms To

- [Copyable](swift/copyable.md)
- [Escapable](swift/escapable.md)
- [IteratorProtocol](swift/iteratorprotocol.md)
