---
title: "drop(while:)"
framework: swift
role: symbol
role_heading: Instance Method
path: "swift/dropwhilesequence/drop(while:)"
---

# drop(while:)

## Declaration

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