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

# Sequence Implementations

## Topics

### Instance Properties

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

### Instance Methods

- [allSatisfy(_:)](swift/anyrandomaccesscollection/allsatisfy(_:).md)
- [compactMap(_:)](swift/anyrandomaccesscollection/compactmap(_:).md)
- [contains(_:)](swift/anyrandomaccesscollection/contains(_:).md)
- [contains(where:)](swift/anyrandomaccesscollection/contains(where:).md)
- [count(where:)](swift/anyrandomaccesscollection/count(where:).md)
- [elementsEqual(_:)](swift/anyrandomaccesscollection/elementsequal(_:).md)
- [elementsEqual(_:by:)](swift/anyrandomaccesscollection/elementsequal(_:by:).md)
- [enumerated()](swift/anyrandomaccesscollection/enumerated().md)
- [first(where:)](swift/anyrandomaccesscollection/first(where:).md)
- [flatMap(_:)](swift/anyrandomaccesscollection/flatmap(_:)-2c332.md)
- [flatMap(_:)](swift/anyrandomaccesscollection/flatmap(_:)-755qx.md)
- [joined()](swift/anyrandomaccesscollection/joined().md)
- [joined(separator:)](swift/anyrandomaccesscollection/joined(separator:)-81k3e.md)
- [joined(separator:)](swift/anyrandomaccesscollection/joined(separator:)-8fdgx.md)
- [lexicographicallyPrecedes(_:)](swift/anyrandomaccesscollection/lexicographicallyprecedes(_:).md)
- [lexicographicallyPrecedes(_:by:)](swift/anyrandomaccesscollection/lexicographicallyprecedes(_:by:).md)
- [map(_:)](swift/anyrandomaccesscollection/map(_:)-425cg.md)
- [max()](swift/anyrandomaccesscollection/max().md)
- [max(by:)](swift/anyrandomaccesscollection/max(by:).md)
- [min()](swift/anyrandomaccesscollection/min().md)
- [min(by:)](swift/anyrandomaccesscollection/min(by:).md)
- [reduce(_:_:)](swift/anyrandomaccesscollection/reduce(_:_:).md)
- [reduce(into:_:)](swift/anyrandomaccesscollection/reduce(into:_:).md)
- [shuffled()](swift/anyrandomaccesscollection/shuffled().md)
- [shuffled(using:)](swift/anyrandomaccesscollection/shuffled(using:).md)
- [sorted()](swift/anyrandomaccesscollection/sorted().md)
- [sorted(by:)](swift/anyrandomaccesscollection/sorted(by:).md)
- [split(separator:maxSplits:omittingEmptySubsequences:)](swift/anyrandomaccesscollection/split(separator:maxsplits:omittingemptysubsequences:)-84bnf.md)
- [starts(with:)](swift/anyrandomaccesscollection/starts(with:).md)
- [starts(with:by:)](swift/anyrandomaccesscollection/starts(with:by:).md)
- [withContiguousStorageIfAvailable(_:)](swift/anyrandomaccesscollection/withcontiguousstorageifavailable(_:).md)
