---
title: "extracting(first:)"
framework: swift
role: symbol
role_heading: Instance Method
path: "swift/mutablespan/extracting(first:)"
---

# extracting(first:)

## Declaration

```swift
mutating func extracting(first maxLength: Int) -> MutableSpan<Element>
```
