ReadLE
public fn ReadLE<T>(ReadOnlySpan<uint8> bytes, int32 offset) : T where T is numericimport ReadLE from Wax::BitConverter;Reads sizeof(T) bytes at offset in little-endian order. Floating-point values are
transferred by their bit patterns, not a numeric integer conversion. The entire range must fit
or the operation panics; no alignment requirement is imposed.
This declaration has no public members of its own.