---
title: mutableSpan
framework: swift
role: symbol
role_heading: Instance Property
path: swift/outputspan/mutablespan
---

# mutableSpan

Exclusively borrow the underlying initialized memory for mutation.

## Declaration

```swift
var mutableSpan: MutableSpan<Element> { mutating get }
```
