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

# prefix(while:)

## Declaration

```swift
func prefix(while predicate: (Element) throws -> Bool) rethrows -> [Element]
```
