---
title: Unicode.UTF8.ReverseParser
framework: swift
role: symbol
role_heading: Structure
path: swift/unicode/utf8/reverseparser
---

# Unicode.UTF8.ReverseParser

A type that can be used to parse a reversed sequence of CodeUnits into EncodedScalars.

## Declaration

```swift
@frozen struct ReverseParser
```

## Topics

### Initializers

- [init()](swift/unicode/utf8/reverseparser/init().md)

### Type Aliases

- [Unicode.UTF8.ReverseParser.Encoding](swift/unicode/utf8/reverseparser/encoding.md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Copyable](swift/copyable.md)
- [Escapable](swift/escapable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)
