---
title: endIndex
framework: swift
role: symbol
role_heading: Instance Property
path: swift/emptycollection/endindex
---

# endIndex

Always zero, just like startIndex.

## Declaration

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