DoxigAlpha

Utf8Decode4Error

Source

Implementation

#
const Utf8Decode4Error = error{
    Utf8ExpectedContinuation,
    Utf8OverlongEncoding,
    Utf8CodepointTooLarge,
}