---
title: IndexPath.Indices
framework: foundation
role: symbol
role_heading: Type Alias
path: foundation/indexpath/indices
---

# IndexPath.Indices

A type that represents a group of nodes in an index path.

## Declaration

```swift
typealias Indices = DefaultIndices<IndexPath>
```

## See Also

### Manipulating Indexes

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