---
title: BidirectionalCollection Implementations
framework: swift
role: collectionGroup
role_heading: API Collection
path: swift/repeated/bidirectionalcollection-implementations
---

# BidirectionalCollection Implementations

## Topics

### Instance Properties

- [last](swift/repeated/last.md)

### Instance Methods

- [difference(from:)](swift/repeated/difference(from:).md)
- [difference(from:by:)](swift/repeated/difference(from:by:).md)
- [dropLast(_:)](swift/repeated/droplast(_:).md)
- [formIndex(before:)](swift/repeated/formindex(before:).md)
- [joined(separator:)](swift/repeated/joined(separator:)-2hbtj.md)
- [last(where:)](swift/repeated/last(where:).md)
- [lastIndex(of:)](swift/repeated/lastindex(of:).md)
- [lastIndex(where:)](swift/repeated/lastindex(where:).md)
- [reversed()](swift/repeated/reversed().md)
- [suffix(_:)](swift/repeated/suffix(_:).md)
