---
title: bytes
framework: swift
role: symbol
role_heading: Instance Property
path: swift/span/bytes
---

# bytes

Construct a raw span over the memory represented by this span.

## Declaration

```swift
var bytes: RawSpan { get }
```

## Return Value

Return Value A RawSpan over the memory represented by this span
