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

# Sequence Implementations

## Topics

### Structures

- [LazyDropWhileSequence.Iterator](swift/lazydropwhilesequence/iterator.md)

### Instance Properties

- [underestimatedCount](swift/lazydropwhilesequence/underestimatedcount.md)

### Instance Methods

- [allSatisfy(_:)](swift/lazydropwhilesequence/allsatisfy(_:).md)
- [compactMap(_:)](swift/lazydropwhilesequence/compactmap(_:)-8mdnk.md)
- [contains(_:)](swift/lazydropwhilesequence/contains(_:).md)
- [contains(where:)](swift/lazydropwhilesequence/contains(where:).md)
- [count(where:)](swift/lazydropwhilesequence/count(where:).md)
- [dropFirst(_:)](swift/lazydropwhilesequence/dropfirst(_:).md)
- [dropLast(_:)](swift/lazydropwhilesequence/droplast(_:).md)
- [elementsEqual(_:)](swift/lazydropwhilesequence/elementsequal(_:).md)
- [elementsEqual(_:by:)](swift/lazydropwhilesequence/elementsequal(_:by:).md)
- [enumerated()](swift/lazydropwhilesequence/enumerated().md)
- [first(where:)](swift/lazydropwhilesequence/first(where:).md)
- [flatMap(_:)](swift/lazydropwhilesequence/flatmap(_:)-7fw6e.md)
- [flatMap(_:)](swift/lazydropwhilesequence/flatmap(_:)-9tejp.md)
- [forEach(_:)](swift/lazydropwhilesequence/foreach(_:).md)
- [joined()](swift/lazydropwhilesequence/joined()-1h38v.md)
- [joined(separator:)](swift/lazydropwhilesequence/joined(separator:)-8ylyk.md)
- [joined(separator:)](swift/lazydropwhilesequence/joined(separator:)-9jt9s.md)
- [lexicographicallyPrecedes(_:)](swift/lazydropwhilesequence/lexicographicallyprecedes(_:).md)
- [lexicographicallyPrecedes(_:by:)](swift/lazydropwhilesequence/lexicographicallyprecedes(_:by:).md)
- [makeIterator()](swift/lazydropwhilesequence/makeiterator().md)
- [map(_:)](swift/lazydropwhilesequence/map(_:)-1hd0u.md)
- [max()](swift/lazydropwhilesequence/max().md)
- [max(by:)](swift/lazydropwhilesequence/max(by:).md)
- [min()](swift/lazydropwhilesequence/min().md)
- [min(by:)](swift/lazydropwhilesequence/min(by:).md)
- [prefix(_:)](swift/lazydropwhilesequence/prefix(_:).md)
- [reduce(_:_:)](swift/lazydropwhilesequence/reduce(_:_:).md)
- [reduce(into:_:)](swift/lazydropwhilesequence/reduce(into:_:).md)
- [reversed()](swift/lazydropwhilesequence/reversed().md)
- [shuffled()](swift/lazydropwhilesequence/shuffled().md)
- [shuffled(using:)](swift/lazydropwhilesequence/shuffled(using:).md)
- [sorted()](swift/lazydropwhilesequence/sorted().md)
- [sorted(by:)](swift/lazydropwhilesequence/sorted(by:).md)
- [split(maxSplits:omittingEmptySubsequences:whereSeparator:)](swift/lazydropwhilesequence/split(maxsplits:omittingemptysubsequences:whereseparator:).md)
- [split(separator:maxSplits:omittingEmptySubsequences:)](swift/lazydropwhilesequence/split(separator:maxsplits:omittingemptysubsequences:)-259d7.md)
- [starts(with:)](swift/lazydropwhilesequence/starts(with:).md)
- [starts(with:by:)](swift/lazydropwhilesequence/starts(with:by:).md)
- [suffix(_:)](swift/lazydropwhilesequence/suffix(_:).md)
- [withContiguousStorageIfAvailable(_:)](swift/lazydropwhilesequence/withcontiguousstorageifavailable(_:).md)
