← Standard library

DecodeUtf8At

public fn DecodeUtf8At(ReadOnlySpan<uint8> bytes, int32 off, int32 remaining) : Utf8Decoded
import 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.

String.wax:1268

This declaration has no public members of its own.