---
title: IndexSet.Element
framework: foundation
role: symbol
role_heading: Type Alias
path: foundation/indexset/element
---

# IndexSet.Element

An alias for the type that an index set holds.

## Declaration

```swift
typealias Element = Int
```
