---
title: RandomAccessCollection Implementations
framework: swift
role: collectionGroup
role_heading: API Collection
path: swift/repeated/randomaccesscollection-implementations
---

# RandomAccessCollection Implementations

## Topics

### Instance Properties

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

### Instance Methods

- [distance(from:to:)](swift/repeated/distance(from:to:).md)
- [index(_:offsetBy:)](swift/repeated/index(_:offsetby:).md)
- [index(_:offsetBy:limitedBy:)](swift/repeated/index(_:offsetby:limitedby:).md)
- [index(after:)](swift/repeated/index(after:).md)
- [index(before:)](swift/repeated/index(before:).md)

### Subscripts

- [subscript(_:)](swift/repeated/subscript(_:).md)

### Type Aliases

- [Repeated.Index](swift/repeated/index.md)
