CheckRange
public fn CheckRange(ReadOnlySpan<uint8> bytes, int32 offset, int32 size) : voidimport 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.
This declaration has no public members of its own.