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

# Sequence Implementations

## Topics

### Instance Properties

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

### Instance Methods

- [allSatisfy(_:)](swift/dropfirstsequence/allsatisfy(_:).md)
- [compactMap(_:)](swift/dropfirstsequence/compactmap(_:).md)
- [contains(_:)](swift/dropfirstsequence/contains(_:).md)
- [contains(where:)](swift/dropfirstsequence/contains(where:).md)
- [count(where:)](swift/dropfirstsequence/count(where:).md)
- [drop(while:)](swift/dropfirstsequence/drop(while:).md)
- [dropLast(_:)](swift/dropfirstsequence/droplast(_:).md)
- [elementsEqual(_:)](swift/dropfirstsequence/elementsequal(_:).md)
- [elementsEqual(_:by:)](swift/dropfirstsequence/elementsequal(_:by:).md)
- [enumerated()](swift/dropfirstsequence/enumerated().md)
- [filter(_:)](swift/dropfirstsequence/filter(_:).md)
- [first(where:)](swift/dropfirstsequence/first(where:).md)
- [flatMap(_:)](swift/dropfirstsequence/flatmap(_:)-66w5i.md)
- [flatMap(_:)](swift/dropfirstsequence/flatmap(_:)-9hnmb.md)
- [forEach(_:)](swift/dropfirstsequence/foreach(_:).md)
- [joined()](swift/dropfirstsequence/joined().md)
- [joined(separator:)](swift/dropfirstsequence/joined(separator:)-1lfg6.md)
- [joined(separator:)](swift/dropfirstsequence/joined(separator:)-vj4v.md)
- [lexicographicallyPrecedes(_:)](swift/dropfirstsequence/lexicographicallyprecedes(_:).md)
- [lexicographicallyPrecedes(_:by:)](swift/dropfirstsequence/lexicographicallyprecedes(_:by:).md)
- [makeIterator()](swift/dropfirstsequence/makeiterator().md)
- [map(_:)](swift/dropfirstsequence/map(_:).md)
- [max()](swift/dropfirstsequence/max().md)
- [max(by:)](swift/dropfirstsequence/max(by:).md)
- [min()](swift/dropfirstsequence/min().md)
- [min(by:)](swift/dropfirstsequence/min(by:).md)
- [prefix(_:)](swift/dropfirstsequence/prefix(_:).md)
- [prefix(while:)](swift/dropfirstsequence/prefix(while:).md)
- [reduce(_:_:)](swift/dropfirstsequence/reduce(_:_:).md)
- [reduce(into:_:)](swift/dropfirstsequence/reduce(into:_:).md)
- [reversed()](swift/dropfirstsequence/reversed().md)
- [shuffled()](swift/dropfirstsequence/shuffled().md)
- [shuffled(using:)](swift/dropfirstsequence/shuffled(using:).md)
- [sorted()](swift/dropfirstsequence/sorted().md)
- [sorted(by:)](swift/dropfirstsequence/sorted(by:).md)
- [split(maxSplits:omittingEmptySubsequences:whereSeparator:)](swift/dropfirstsequence/split(maxsplits:omittingemptysubsequences:whereseparator:).md)
- [split(separator:maxSplits:omittingEmptySubsequences:)](swift/dropfirstsequence/split(separator:maxsplits:omittingemptysubsequences:).md)
- [starts(with:)](swift/dropfirstsequence/starts(with:).md)
- [starts(with:by:)](swift/dropfirstsequence/starts(with:by:).md)
- [suffix(_:)](swift/dropfirstsequence/suffix(_:).md)
- [withContiguousStorageIfAvailable(_:)](swift/dropfirstsequence/withcontiguousstorageifavailable(_:).md)

### Type Aliases

- [DropFirstSequence.Element](swift/dropfirstsequence/element.md)
- [DropFirstSequence.Iterator](swift/dropfirstsequence/iterator.md)
