---
title: Sequence Implementations
framework: swift
role: collectionGroup
role_heading: API Collection
path: swift/reversedcollection/sequence-implementations
---

# Sequence Implementations

## Topics

### Structures

- [ReversedCollection.Iterator](swift/reversedcollection/iterator.md)

### Instance Properties

- [lazy](swift/reversedcollection/lazy.md)

### Instance Methods

- [allSatisfy(_:)](swift/reversedcollection/allsatisfy(_:).md)
- [compactMap(_:)](swift/reversedcollection/compactmap(_:)-2ra13.md)
- [contains(_:)](swift/reversedcollection/contains(_:).md)
- [contains(where:)](swift/reversedcollection/contains(where:).md)
- [count(where:)](swift/reversedcollection/count(where:).md)
- [elementsEqual(_:)](swift/reversedcollection/elementsequal(_:).md)
- [elementsEqual(_:by:)](swift/reversedcollection/elementsequal(_:by:).md)
- [enumerated()](swift/reversedcollection/enumerated().md)
- [filter(_:)](swift/reversedcollection/filter(_:)-9g9gk.md)
- [first(where:)](swift/reversedcollection/first(where:).md)
- [flatMap(_:)](swift/reversedcollection/flatmap(_:)-17mz1.md)
- [flatMap(_:)](swift/reversedcollection/flatmap(_:)-9kclv.md)
- [forEach(_:)](swift/reversedcollection/foreach(_:).md)
- [joined()](swift/reversedcollection/joined()-448f.md)
- [joined(separator:)](swift/reversedcollection/joined(separator:)-1ijrz.md)
- [joined(separator:)](swift/reversedcollection/joined(separator:)-xipx.md)
- [lexicographicallyPrecedes(_:)](swift/reversedcollection/lexicographicallyprecedes(_:).md)
- [lexicographicallyPrecedes(_:by:)](swift/reversedcollection/lexicographicallyprecedes(_:by:).md)
- [makeIterator()](swift/reversedcollection/makeiterator().md)
- [map(_:)](swift/reversedcollection/map(_:)-6gkpm.md)
- [max()](swift/reversedcollection/max().md)
- [max(by:)](swift/reversedcollection/max(by:).md)
- [min()](swift/reversedcollection/min().md)
- [min(by:)](swift/reversedcollection/min(by:).md)
- [reduce(_:_:)](swift/reversedcollection/reduce(_:_:).md)
- [reduce(into:_:)](swift/reversedcollection/reduce(into:_:).md)
- [shuffled()](swift/reversedcollection/shuffled().md)
- [shuffled(using:)](swift/reversedcollection/shuffled(using:).md)
- [sorted()](swift/reversedcollection/sorted().md)
- [sorted(by:)](swift/reversedcollection/sorted(by:).md)
- [split(separator:maxSplits:omittingEmptySubsequences:)](swift/reversedcollection/split(separator:maxsplits:omittingemptysubsequences:)-59vb5.md)
- [starts(with:)](swift/reversedcollection/starts(with:).md)
- [starts(with:by:)](swift/reversedcollection/starts(with:by:).md)
- [withContiguousStorageIfAvailable(_:)](swift/reversedcollection/withcontiguousstorageifavailable(_:).md)

### Type Aliases

- [ReversedCollection.Element](swift/reversedcollection/element.md)
