← Standard library

CheckRange

public fn CheckRange(ReadOnlySpan<uint8> bytes, int32 offset, int32 size) : void
import CheckRange from Wax::BitConverter;

Checks a byte range for a nonnegative size. Negative offsets or a range beyond the source panic. This is the low-level range check used by the numeric byte conversion functions.

BitConverter.wax:10

This declaration has no public members of its own.