---
title: RandomAccessCollection Implementations
framework: swift
role: collectionGroup
role_heading: API Collection
path: swift/rangeset/ranges-swift.struct/randomaccesscollection-implementations
---

# RandomAccessCollection Implementations

## Topics

### Instance Properties

- [indices](swift/rangeset/ranges-swift.struct/indices-swift.property.md)

### Instance Methods

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