---
title: DictionaryIndex
framework: swift
role: symbol
role_heading: Type Alias
path: swift/dictionaryindex
---

# DictionaryIndex

## Declaration

```swift
typealias DictionaryIndex<Key, Value> = Dictionary<Key, Value>.Index where Key : Hashable
```

## See Also

### Deprecated

- [SetIndex](swift/setindex.md)
- [CountableClosedRange](swift/countableclosedrange.md)
- [CountablePartialRangeFrom](swift/countablepartialrangefrom.md)
- [CountableRange](swift/countablerange.md)
