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

# BidirectionalCollection Implementations

## Topics

### Instance Properties

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

### Instance Methods

- [difference(from:)](swift/array/difference(from:).md)
- [difference(from:by:)](swift/array/difference(from:by:).md)
- [dropLast(_:)](swift/array/droplast(_:).md)
- [joined(separator:)](swift/array/joined(separator:)-5do1g.md)
- [last(where:)](swift/array/last(where:).md)
- [lastIndex(of:)](swift/array/lastindex(of:).md)
- [lastIndex(where:)](swift/array/lastindex(where:).md)
- [reversed()](swift/array/reversed().md)
- [suffix(_:)](swift/array/suffix(_:).md)
