---
title: "drop(while:)"
framework: swift-package-manager
role: symbol
role_heading: Instance Method
path: "swift-package-manager/documentation/packageplugin/pathlist/drop(while:)"
---

# drop(while:)

Inherited from Sequence.drop(while:).

## Declaration

```swift
func drop(while predicate: (Self.Element) throws -> Bool) rethrows -> DropWhileSequence<Self>
```
