Error Set Utf16LeToUtf8Error [src]

Alias for std.unicode.Utf16LeIterator.NextCodepointError

Errors

DanglingSurrogateHalf
ExpectedSecondSurrogateHalf
UnexpectedSecondSurrogateHalf

Source

pub const NextCodepointError = error{ DanglingSurrogateHalf, ExpectedSecondSurrogateHalf, UnexpectedSecondSurrogateHalf }