Function read_u16_arr

Source
pub fn read_u16_arr<R>(map: &mut R, endian: Endian, size: u8) -> Vec<u16>
where R: Read,