Unicode.UTF16.ReverseParser

struct Unicode.UTF16.ReverseParser

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

Associated Types
Encoding = Unicode.UTF16

The encoding with which this parser is associated

Import import Swift

Initializers

init()

Constructs an instance that can be used to begin parsing CodeUnits at any Unicode scalar boundary.

Declaration

init()