miniz_oxide::inflate::core

Function read_u16_le

Source
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.