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

# Collection Implementations

## Topics

### Instance Properties

- [endIndex](swift/closedrange/endindex.md)
- [isEmpty](swift/closedrange/isempty.md)
- [startIndex](swift/closedrange/startindex.md)

### Instance Methods

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

### Subscripts

- [subscript(_:)](swift/closedrange/subscript(_:)-60m0l.md)
- [subscript(_:)](swift/closedrange/subscript(_:)-vph6.md)

### Type Aliases

- [ClosedRange.Indices](swift/closedrange/indices.md)
- [ClosedRange.SubSequence](swift/closedrange/subsequence.md)

### Enumerations

- [ClosedRange.Index](swift/closedrange/index.md)
