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

# LazyDropWhileSequence

A sequence whose elements consist of the elements that follow the initial consecutive elements of some base sequence that satisfy a given predicate.

## Declaration

```swift
@frozen struct LazyDropWhileSequence<Base> where Base : Sequence
```

## Topics

### Type Aliases

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

### Default Implementations

- [BidirectionalCollection Implementations](swift/lazydropwhilesequence/bidirectionalcollection-implementations.md)
- [Collection Implementations](swift/lazydropwhilesequence/collection-implementations.md)
- [LazySequenceProtocol Implementations](swift/lazydropwhilesequence/lazysequenceprotocol-implementations.md)
- [Sequence Implementations](swift/lazydropwhilesequence/sequence-implementations.md)

## Relationships

### Conforms To

- [BidirectionalCollection](swift/bidirectionalcollection.md)
- [Collection](swift/collection.md)
- [Copyable](swift/copyable.md)
- [Escapable](swift/escapable.md)
- [LazyCollectionProtocol](swift/lazycollectionprotocol.md)
- [LazySequenceProtocol](swift/lazysequenceprotocol.md)
- [Sequence](swift/sequence.md)

## See Also

### Lazy Wrappers

- [LazySequence](swift/lazysequence.md)
- [LazyMapSequence](swift/lazymapsequence.md)
- [LazyFilterSequence](swift/lazyfiltersequence.md)
- [LazyPrefixWhileSequence](swift/lazyprefixwhilesequence.md)
- [LazyCollection](swift/lazycollection.md)
- [LazyDropWhileCollection](swift/lazydropwhilecollection.md)
- [LazyFilterCollection](swift/lazyfiltercollection.md)
- [LazyMapCollection](swift/lazymapcollection.md)
- [LazyPrefixWhileCollection](swift/lazyprefixwhilecollection.md)
