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

# Sequence Implementations

## Topics

### Instance Properties

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

### Instance Methods

- [allSatisfy(_:)](swift/repeated/allsatisfy(_:).md)
- [compactMap(_:)](swift/repeated/compactmap(_:).md)
- [contains(_:)](swift/repeated/contains(_:).md)
- [contains(where:)](swift/repeated/contains(where:).md)
- [count(where:)](swift/repeated/count(where:).md)
- [elementsEqual(_:)](swift/repeated/elementsequal(_:).md)
- [elementsEqual(_:by:)](swift/repeated/elementsequal(_:by:).md)
- [enumerated()](swift/repeated/enumerated().md)
- [filter(_:)](swift/repeated/filter(_:).md)
- [first(where:)](swift/repeated/first(where:).md)
- [flatMap(_:)](swift/repeated/flatmap(_:)-4ktxw.md)
- [flatMap(_:)](swift/repeated/flatmap(_:)-85lfb.md)
- [forEach(_:)](swift/repeated/foreach(_:).md)
- [joined()](swift/repeated/joined().md)
- [joined(separator:)](swift/repeated/joined(separator:)-2xbpw.md)
- [joined(separator:)](swift/repeated/joined(separator:)-4dqsr.md)
- [lexicographicallyPrecedes(_:)](swift/repeated/lexicographicallyprecedes(_:).md)
- [lexicographicallyPrecedes(_:by:)](swift/repeated/lexicographicallyprecedes(_:by:).md)
- [map(_:)](swift/repeated/map(_:)-93vx6.md)
- [max()](swift/repeated/max().md)
- [max(by:)](swift/repeated/max(by:).md)
- [min()](swift/repeated/min().md)
- [min(by:)](swift/repeated/min(by:).md)
- [reduce(_:_:)](swift/repeated/reduce(_:_:).md)
- [reduce(into:_:)](swift/repeated/reduce(into:_:).md)
- [shuffled()](swift/repeated/shuffled().md)
- [shuffled(using:)](swift/repeated/shuffled(using:).md)
- [sorted()](swift/repeated/sorted().md)
- [sorted(by:)](swift/repeated/sorted(by:).md)
- [split(separator:maxSplits:omittingEmptySubsequences:)](swift/repeated/split(separator:maxsplits:omittingemptysubsequences:)-c1tr.md)
- [starts(with:)](swift/repeated/starts(with:).md)
- [starts(with:by:)](swift/repeated/starts(with:by:).md)
- [withContiguousStorageIfAvailable(_:)](swift/repeated/withcontiguousstorageifavailable(_:).md)
