---
title: indices
framework: coremedia
role: symbol
role_heading: Instance Property
path: coremedia/cmreadonlydatablockbuffer/indices
---

# indices

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

## Declaration

```swift
var indices: Range<Int> { get }
```
