---
title: startIndex
framework: swift
role: symbol
role_heading: Instance Property
path: swift/unsafemutablerawbufferpointer/startindex
---

# startIndex

Always zero, which is the index of the first byte in a nonempty buffer.

## Declaration

```swift
var startIndex: UnsafeMutableRawBufferPointer.Index { get }
```
