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

# Sequence Implementations

## Topics

### Structures

- [UnsafeRawBufferPointer.Iterator](swift/unsaferawbufferpointer/iterator.md)

### Instance Properties

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

### Instance Methods

- [allSatisfy(_:)](swift/unsaferawbufferpointer/allsatisfy(_:).md)
- [compactMap(_:)](swift/unsaferawbufferpointer/compactmap(_:).md)
- [contains(_:)](swift/unsaferawbufferpointer/contains(_:).md)
- [contains(where:)](swift/unsaferawbufferpointer/contains(where:).md)
- [count(where:)](swift/unsaferawbufferpointer/count(where:).md)
- [elementsEqual(_:)](swift/unsaferawbufferpointer/elementsequal(_:).md)
- [elementsEqual(_:by:)](swift/unsaferawbufferpointer/elementsequal(_:by:).md)
- [enumerated()](swift/unsaferawbufferpointer/enumerated().md)
- [filter(_:)](swift/unsaferawbufferpointer/filter(_:).md)
- [first(where:)](swift/unsaferawbufferpointer/first(where:).md)
- [flatMap(_:)](swift/unsaferawbufferpointer/flatmap(_:)-6chuu.md)
- [flatMap(_:)](swift/unsaferawbufferpointer/flatmap(_:)-i3md.md)
- [forEach(_:)](swift/unsaferawbufferpointer/foreach(_:).md)
- [lexicographicallyPrecedes(_:)](swift/unsaferawbufferpointer/lexicographicallyprecedes(_:).md)
- [lexicographicallyPrecedes(_:by:)](swift/unsaferawbufferpointer/lexicographicallyprecedes(_:by:).md)
- [makeIterator()](swift/unsaferawbufferpointer/makeiterator().md)
- [map(_:)](swift/unsaferawbufferpointer/map(_:)-9jnnz.md)
- [max()](swift/unsaferawbufferpointer/max().md)
- [max(by:)](swift/unsaferawbufferpointer/max(by:).md)
- [min()](swift/unsaferawbufferpointer/min().md)
- [min(by:)](swift/unsaferawbufferpointer/min(by:).md)
- [reduce(_:_:)](swift/unsaferawbufferpointer/reduce(_:_:).md)
- [reduce(into:_:)](swift/unsaferawbufferpointer/reduce(into:_:).md)
- [shuffled()](swift/unsaferawbufferpointer/shuffled().md)
- [shuffled(using:)](swift/unsaferawbufferpointer/shuffled(using:).md)
- [sorted()](swift/unsaferawbufferpointer/sorted().md)
- [sorted(by:)](swift/unsaferawbufferpointer/sorted(by:).md)
- [starts(with:)](swift/unsaferawbufferpointer/starts(with:).md)
- [starts(with:by:)](swift/unsaferawbufferpointer/starts(with:by:).md)
- [withContiguousStorageIfAvailable(_:)](swift/unsaferawbufferpointer/withcontiguousstorageifavailable(_:).md)
- [withContiguousStorageIfAvailable(_:)](swift/unsaferawbufferpointer/withcontiguousstorageifavailable(_:)-1ynru.md)

### Type Aliases

- [UnsafeRawBufferPointer.Element](swift/unsaferawbufferpointer/element.md)
