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

# isEmpty

Returns true if self contains no values.

## Declaration

```swift
var isEmpty: Bool { get }
```

## See Also

### Counting Indexes

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