pub unsafe fn decode_unchecked<T: NativeType>(chunk: &[u8]) -> T
Expand description
Convert a Little-Endian byte-slice into the T
ยงSafety
This is safe if the length is properly checked.
pub unsafe fn decode_unchecked<T: NativeType>(chunk: &[u8]) -> T
Convert a Little-Endian byte-slice into the T
This is safe if the length is properly checked.