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

# Sequence Implementations

## Topics

### Instance Properties

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

### Instance Methods

- [allSatisfy(_:)](swift/strideto/allsatisfy(_:).md)
- [compactMap(_:)](swift/strideto/compactmap(_:).md)
- [contains(_:)](swift/strideto/contains(_:).md)
- [contains(where:)](swift/strideto/contains(where:).md)
- [count(where:)](swift/strideto/count(where:).md)
- [drop(while:)](swift/strideto/drop(while:).md)
- [dropFirst(_:)](swift/strideto/dropfirst(_:).md)
- [dropLast(_:)](swift/strideto/droplast(_:).md)
- [elementsEqual(_:)](swift/strideto/elementsequal(_:).md)
- [elementsEqual(_:by:)](swift/strideto/elementsequal(_:by:).md)
- [enumerated()](swift/strideto/enumerated().md)
- [filter(_:)](swift/strideto/filter(_:).md)
- [first(where:)](swift/strideto/first(where:).md)
- [flatMap(_:)](swift/strideto/flatmap(_:)-90o9f.md)
- [flatMap(_:)](swift/strideto/flatmap(_:)-91vkc.md)
- [forEach(_:)](swift/strideto/foreach(_:).md)
- [joined()](swift/strideto/joined().md)
- [joined(separator:)](swift/strideto/joined(separator:)-52o5k.md)
- [joined(separator:)](swift/strideto/joined(separator:)-6gaaw.md)
- [lexicographicallyPrecedes(_:)](swift/strideto/lexicographicallyprecedes(_:).md)
- [lexicographicallyPrecedes(_:by:)](swift/strideto/lexicographicallyprecedes(_:by:).md)
- [makeIterator()](swift/strideto/makeiterator().md)
- [map(_:)](swift/strideto/map(_:).md)
- [max()](swift/strideto/max().md)
- [max(by:)](swift/strideto/max(by:).md)
- [min()](swift/strideto/min().md)
- [min(by:)](swift/strideto/min(by:).md)
- [prefix(_:)](swift/strideto/prefix(_:).md)
- [prefix(while:)](swift/strideto/prefix(while:).md)
- [reduce(_:_:)](swift/strideto/reduce(_:_:).md)
- [reduce(into:_:)](swift/strideto/reduce(into:_:).md)
- [reversed()](swift/strideto/reversed().md)
- [shuffled()](swift/strideto/shuffled().md)
- [shuffled(using:)](swift/strideto/shuffled(using:).md)
- [sorted()](swift/strideto/sorted().md)
- [sorted(by:)](swift/strideto/sorted(by:).md)
- [split(maxSplits:omittingEmptySubsequences:whereSeparator:)](swift/strideto/split(maxsplits:omittingemptysubsequences:whereseparator:).md)
- [split(separator:maxSplits:omittingEmptySubsequences:)](swift/strideto/split(separator:maxsplits:omittingemptysubsequences:).md)
- [starts(with:)](swift/strideto/starts(with:).md)
- [starts(with:by:)](swift/strideto/starts(with:by:).md)
- [suffix(_:)](swift/strideto/suffix(_:).md)
- [withContiguousStorageIfAvailable(_:)](swift/strideto/withcontiguousstorageifavailable(_:).md)

### Type Aliases

- [StrideTo.Iterator](swift/strideto/iterator.md)
