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

# startIndex

The position of the first element in the range.

## Declaration

```swift
var startIndex: ClosedRange<Bound>.Index { get }
```
