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

# Sequence Implementations

## Topics

### Instance Properties

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

### Instance Methods

- [allSatisfy(_:)](swift/anyregexoutput/allsatisfy(_:).md)
- [compactMap(_:)](swift/anyregexoutput/compactmap(_:).md)
- [contains(where:)](swift/anyregexoutput/contains(where:).md)
- [count(where:)](swift/anyregexoutput/count(where:).md)
- [elementsEqual(_:by:)](swift/anyregexoutput/elementsequal(_:by:).md)
- [enumerated()](swift/anyregexoutput/enumerated().md)
- [filter(_:)](swift/anyregexoutput/filter(_:).md)
- [first(where:)](swift/anyregexoutput/first(where:).md)
- [flatMap(_:)](swift/anyregexoutput/flatmap(_:)-1qive.md)
- [flatMap(_:)](swift/anyregexoutput/flatmap(_:)-6lqb3.md)
- [forEach(_:)](swift/anyregexoutput/foreach(_:).md)
- [lexicographicallyPrecedes(_:by:)](swift/anyregexoutput/lexicographicallyprecedes(_:by:).md)
- [map(_:)](swift/anyregexoutput/map(_:)-4ybli.md)
- [max(by:)](swift/anyregexoutput/max(by:).md)
- [min(by:)](swift/anyregexoutput/min(by:).md)
- [reduce(_:_:)](swift/anyregexoutput/reduce(_:_:).md)
- [reduce(into:_:)](swift/anyregexoutput/reduce(into:_:).md)
- [shuffled()](swift/anyregexoutput/shuffled().md)
- [shuffled(using:)](swift/anyregexoutput/shuffled(using:).md)
- [sorted(by:)](swift/anyregexoutput/sorted(by:).md)
- [starts(with:by:)](swift/anyregexoutput/starts(with:by:).md)
- [withContiguousStorageIfAvailable(_:)](swift/anyregexoutput/withcontiguousstorageifavailable(_:).md)
