---
title: Dictionary.Indices
framework: swift
role: symbol
role_heading: Type Alias
path: swift/dictionary/indices
---

# Dictionary.Indices

A type that represents the indices that are valid for subscripting the collection, in ascending order.

## Declaration

```swift
typealias Indices = DefaultIndices<Dictionary<Key, Value>>
```

## See Also

### Supporting Types

- [Dictionary.Keys](swift/dictionary/keys-swift.struct.md)
- [Dictionary.Values](swift/dictionary/values-swift.struct.md)
- [Dictionary.Index](swift/dictionary/index.md)
- [Dictionary.Iterator](swift/dictionary/iterator.md)
