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

# Sequence Implementations

## Topics

### Instance Properties

- [lazy](swift/reversedcollection/iterator/lazy.md)
- [underestimatedCount](swift/reversedcollection/iterator/underestimatedcount.md)

### Instance Methods

- [allSatisfy(_:)](swift/reversedcollection/iterator/allsatisfy(_:).md)
- [compactMap(_:)](swift/reversedcollection/iterator/compactmap(_:).md)
- [contains(_:)](swift/reversedcollection/iterator/contains(_:).md)
- [contains(where:)](swift/reversedcollection/iterator/contains(where:).md)
- [count(where:)](swift/reversedcollection/iterator/count(where:).md)
- [drop(while:)](swift/reversedcollection/iterator/drop(while:).md)
- [dropFirst(_:)](swift/reversedcollection/iterator/dropfirst(_:).md)
- [dropLast(_:)](swift/reversedcollection/iterator/droplast(_:).md)
- [elementsEqual(_:)](swift/reversedcollection/iterator/elementsequal(_:).md)
- [elementsEqual(_:by:)](swift/reversedcollection/iterator/elementsequal(_:by:).md)
- [enumerated()](swift/reversedcollection/iterator/enumerated().md)
- [filter(_:)](swift/reversedcollection/iterator/filter(_:).md)
- [first(where:)](swift/reversedcollection/iterator/first(where:).md)
- [flatMap(_:)](swift/reversedcollection/iterator/flatmap(_:)-6iqg9.md)
- [flatMap(_:)](swift/reversedcollection/iterator/flatmap(_:)-7zjgh.md)
- [forEach(_:)](swift/reversedcollection/iterator/foreach(_:).md)
- [joined()](swift/reversedcollection/iterator/joined().md)
- [joined(separator:)](swift/reversedcollection/iterator/joined(separator:)-16xv3.md)
- [joined(separator:)](swift/reversedcollection/iterator/joined(separator:)-6z11h.md)
- [lexicographicallyPrecedes(_:)](swift/reversedcollection/iterator/lexicographicallyprecedes(_:).md)
- [lexicographicallyPrecedes(_:by:)](swift/reversedcollection/iterator/lexicographicallyprecedes(_:by:).md)
- [makeIterator()](swift/reversedcollection/iterator/makeiterator().md)
- [map(_:)](swift/reversedcollection/iterator/map(_:).md)
- [max()](swift/reversedcollection/iterator/max().md)
- [max(by:)](swift/reversedcollection/iterator/max(by:).md)
- [min()](swift/reversedcollection/iterator/min().md)
- [min(by:)](swift/reversedcollection/iterator/min(by:).md)
- [prefix(_:)](swift/reversedcollection/iterator/prefix(_:).md)
- [prefix(while:)](swift/reversedcollection/iterator/prefix(while:).md)
- [reduce(_:_:)](swift/reversedcollection/iterator/reduce(_:_:).md)
- [reduce(into:_:)](swift/reversedcollection/iterator/reduce(into:_:).md)
- [reversed()](swift/reversedcollection/iterator/reversed().md)
- [shuffled()](swift/reversedcollection/iterator/shuffled().md)
- [shuffled(using:)](swift/reversedcollection/iterator/shuffled(using:).md)
- [sorted()](swift/reversedcollection/iterator/sorted().md)
- [sorted(by:)](swift/reversedcollection/iterator/sorted(by:).md)
- [split(maxSplits:omittingEmptySubsequences:whereSeparator:)](swift/reversedcollection/iterator/split(maxsplits:omittingemptysubsequences:whereseparator:).md)
- [split(separator:maxSplits:omittingEmptySubsequences:)](swift/reversedcollection/iterator/split(separator:maxsplits:omittingemptysubsequences:).md)
- [starts(with:)](swift/reversedcollection/iterator/starts(with:).md)
- [starts(with:by:)](swift/reversedcollection/iterator/starts(with:by:).md)
- [suffix(_:)](swift/reversedcollection/iterator/suffix(_:).md)
- [withContiguousStorageIfAvailable(_:)](swift/reversedcollection/iterator/withcontiguousstorageifavailable(_:).md)

### Type Aliases

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