Skip to main content

get_u16

Function get_u16 

Source
pub fn get_u16(b: &[u8], off: usize) -> u16
Expand description

Reads a little endian u16 at off, or 0 if the slice is too short.