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

# drop(while:)

## Declaration

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