enum Unicode.ParseResult<T>
Import | import Swift |
---|
Cases
case error(length: Int)
An encoding error was detected.
length
is the number of underlying code units consumed by this
error (the length of the longest prefix of a valid encoding
sequence that could be recognized).
Declaration
The result of attempting to parse a
T
from some input.