---
title: endIndex
framework: foundation
role: symbol
role_heading: Instance Property
path: foundation/indexset/rangeview-swift.struct/endindex
---

# endIndex

The ending index in the range.

## Declaration

```swift
let endIndex: IndexSet.RangeView.Index
```

## See Also

### Counting Indexes

- [count](foundation/indexset/count.md)
- [first](foundation/indexset/first.md)
- [isEmpty](foundation/indexset/isempty.md)
- [last](foundation/indexset/last.md)
- [startIndex](foundation/indexset/rangeview-swift.struct/startindex.md)
