---
title: SetIndex
framework: swift
role: symbol
role_heading: Type Alias
path: swift/setindex
---

# SetIndex

## Declaration

```swift
typealias SetIndex<Element> = Set<Element>.Index where Element : Hashable
```

## See Also

### Deprecated

- [DictionaryIndex](swift/dictionaryindex.md)
- [CountableClosedRange](swift/countableclosedrange.md)
- [CountablePartialRangeFrom](swift/countablepartialrangefrom.md)
- [CountableRange](swift/countablerange.md)
