Utf8TrimEnd
public fn Utf8TrimEnd(ReadOnlySpan<uint8> bytes, int32 minimum) : int32import 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.
This declaration has no public members of its own.