---
title: IndexPath.Index
framework: foundation
role: symbol
role_heading: Type Alias
path: foundation/indexpath/index
---

# IndexPath.Index

A type that points to a particular node in an index path, similar to an array index.

## Declaration

```swift
typealias Index = Array<Int>.Index
```

## See Also

### Manipulating Indexes

- [startIndex](foundation/indexpath/startindex.md)
- [endIndex](foundation/indexpath/endindex.md)
- [index(after:)](foundation/indexpath/index(after:).md)
- [index(before:)](foundation/indexpath/index(before:).md)
- [IndexPath.Indices](foundation/indexpath/indices.md)
