---
title: Collection Implementations
framework: swift
role: collectionGroup
role_heading: API Collection
path: swift/range/collection-implementations
---

# Collection Implementations

## Topics

### Instance Properties

- [endIndex](swift/range/endindex.md)
- [indices](swift/range/indices-swift.property.md)
- [startIndex](swift/range/startindex.md)

### Instance Methods

- [distance(from:to:)](swift/range/distance(from:to:).md)
- [index(_:offsetBy:)](swift/range/index(_:offsetby:).md)
- [index(after:)](swift/range/index(after:).md)

### Subscripts

- [subscript(_:)](swift/range/subscript(_:)-358vm.md)
- [subscript(_:)](swift/range/subscript(_:)-84ykx.md)

### Type Aliases

- [Range.Index](swift/range/index.md)
- [Range.Indices](swift/range/indices-swift.typealias.md)
- [Range.SubSequence](swift/range/subsequence.md)
