---
title: Data.Indices
framework: foundation
role: symbol
role_heading: Type Alias
path: foundation/data/indices
---

# Data.Indices

A type used to indicate a range of positions in a data’s buffer.

## Declaration

```swift
typealias Indices = Range<Int>
```
