---
title: last
framework: foundation
role: symbol
role_heading: Instance Property
path: foundation/indexset/last
---

# last

The last integer in self, or nil if self is empty.

## Declaration

```swift
var last: IndexSet.Element? { get }
```

## See Also

### Counting Indexes

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