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

# startIndex

Always zero, just like endIndex.

## Declaration

```swift
var startIndex: EmptyCollection<Element>.Index { get }
```
