---
title: indices
framework: swift
role: symbol
role_heading: Instance Property
path: swift/simd16/indices
---

# indices

The valid indices for subscripting the vector.

## Declaration

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