← Standard library

Utf8TrimEnd

public fn Utf8TrimEnd(ReadOnlySpan<uint8> bytes, int32 minimum) : int32
import Utf8TrimEnd from Wax;

Returns the exclusive byte endpoint before trailing Unicode whitespace, stopping at minimum. The caller supplies an in-range code-point boundary as the minimum.

String.wax:1538

This declaration has no public members of its own.