DecodeUtf8At
public fn DecodeUtf8At(ReadOnlySpan<uint8> bytes, int32 off, int32 remaining) : Utf8Decodedimport DecodeUtf8At from Wax;Decodes one UTF-8 sequence with the same range preconditions as TryDecodeUtf8At. Malformed or
truncated input returns U+FFFD with width one, allowing callers to advance safely one byte.
This declaration has no public members of its own.