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

# Unicode.UTF16.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/utf16/reverseparser/init().md)

### Type Aliases

- [Unicode.UTF16.ReverseParser.Encoding](swift/unicode/utf16/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)
