<!--
{
  "availability" : [
    "iOS: 8.0.0 -",
    "iPadOS: 8.0.0 -",
    "macCatalyst: 13.0.0 -",
    "macOS: 10.10.0 -",
    "tvOS: 9.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 2.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Swift",
  "identifier" : "/documentation/Swift/LazyDropWhileSequence",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "Swift"
    ],
    "preciseIdentifier" : "s:s21LazyDropWhileSequenceV"
  },
  "title" : "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.

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

## Topics

### Type Aliases

[`typealias Element`](/documentation/Swift/LazyDropWhileSequence/Element)

A type representing the sequence’s elements.

### Default Implementations

[BidirectionalCollection Implementations](/documentation/Swift/LazyDropWhileSequence/BidirectionalCollection-Implementations)

[Collection Implementations](/documentation/Swift/LazyDropWhileSequence/Collection-Implementations)

[LazySequenceProtocol Implementations](/documentation/Swift/LazyDropWhileSequence/LazySequenceProtocol-Implementations)

[Sequence Implementations](/documentation/Swift/LazyDropWhileSequence/Sequence-Implementations)

## Relationships

### Conforms To

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

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

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

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

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

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

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

---

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)