---
title: "append(_:)"
framework: swift
role: symbol
role_heading: Instance Method
path: "swift/outputspan/append(_:)"
---

# append(_:)

Append a single element to this span.

## Declaration

```swift
mutating func append(_ value: consuming Element)
```
