---
title: indices
framework: swift
role: symbol
role_heading: Instance Property
path: swift/keyvaluepairs/indices-swift.property
---

# indices

The indices that are valid for subscripting the collection, in ascending order.

## Declaration

```swift
var indices: Range<Self.Index> { get }
```
