Function miniz_oxide::inflate::core::read_u16_le

source ·
fn read_u16_le(iter: &mut Iter<'_, u8>) -> u16
Expand description

Read an le u16 value from the slice iterator.

§Panics

Panics if there are less than two bytes left.