fn read_u16_le(iter: &mut InputWrapper<'_>) -> u16
Expand description
Read an le u16 value from the slice iterator.
ยงPanics
Panics if there are less than two bytes left.
fn read_u16_le(iter: &mut InputWrapper<'_>) -> u16
Read an le u16 value from the slice iterator.
Panics if there are less than two bytes left.