Unicode.ParseResult.error(length:)
An encoding error was detected.
Declaration
case error(length: Int)Discussion
length is the number of underlying code units consumed by this error, guaranteed to be greater than 0.
An encoding error was detected.
case error(length: Int)length is the number of underlying code units consumed by this error, guaranteed to be greater than 0.