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

# Sequence Implementations

## Topics

### Instance Properties

- [lazy](swift/string/utf8view/lazy.md)

### Instance Methods

- [allSatisfy(_:)](swift/string/utf8view/allsatisfy(_:).md)
- [compactMap(_:)](swift/string/utf8view/compactmap(_:).md)
- [contains(_:)](swift/string/utf8view/contains(_:).md)
- [contains(where:)](swift/string/utf8view/contains(where:).md)
- [count(where:)](swift/string/utf8view/count(where:).md)
- [elementsEqual(_:)](swift/string/utf8view/elementsequal(_:).md)
- [elementsEqual(_:by:)](swift/string/utf8view/elementsequal(_:by:).md)
- [enumerated()](swift/string/utf8view/enumerated().md)
- [filter(_:)](swift/string/utf8view/filter(_:).md)
- [first(where:)](swift/string/utf8view/first(where:).md)
- [flatMap(_:)](swift/string/utf8view/flatmap(_:)-3i8lk.md)
- [flatMap(_:)](swift/string/utf8view/flatmap(_:)-83zdf.md)
- [forEach(_:)](swift/string/utf8view/foreach(_:).md)
- [lexicographicallyPrecedes(_:)](swift/string/utf8view/lexicographicallyprecedes(_:).md)
- [lexicographicallyPrecedes(_:by:)](swift/string/utf8view/lexicographicallyprecedes(_:by:).md)
- [map(_:)](swift/string/utf8view/map(_:)-6zfwg.md)
- [max()](swift/string/utf8view/max().md)
- [max(by:)](swift/string/utf8view/max(by:).md)
- [min()](swift/string/utf8view/min().md)
- [min(by:)](swift/string/utf8view/min(by:).md)
- [reduce(_:_:)](swift/string/utf8view/reduce(_:_:).md)
- [reduce(into:_:)](swift/string/utf8view/reduce(into:_:).md)
- [shuffled()](swift/string/utf8view/shuffled().md)
- [shuffled(using:)](swift/string/utf8view/shuffled(using:).md)
- [sorted()](swift/string/utf8view/sorted().md)
- [sorted(by:)](swift/string/utf8view/sorted(by:).md)
- [starts(with:)](swift/string/utf8view/starts(with:).md)
- [starts(with:by:)](swift/string/utf8view/starts(with:by:).md)
- [withContiguousStorageIfAvailable(_:)](swift/string/utf8view/withcontiguousstorageifavailable(_:).md)
- [withContiguousStorageIfAvailable(_:)](swift/string/utf8view/withcontiguousstorageifavailable(_:)-3fk9a.md)

### Type Aliases

- [String.UTF8View.Element](swift/string/utf8view/element.md)
