DoxigAlpha

Utf8Decode2Error

Source

Implementation

#
const Utf8Decode2Error = error{
    Utf8ExpectedContinuation,
    Utf8OverlongEncoding,
}