---
title: Index
framework: swift
role: symbol
role_heading: Associated Type
path: swift/mutablecollection/index
---

# Index

A type that represents a position in the collection.

## Declaration

```swift
associatedtype Index
```

## Discussion

Discussion Valid indices consist of the position of every element and a “past the end” position that’s not valid for use as a subscript argument.
