Function u16
fn u16<R: Reader>(r: &mut R) -> Result<u16>
Read an LEB128 u16 from the given Reader and
return it or an error if reading failed.
u16fn u16<R: Reader>(r: &mut R) -> Result<u16>
Read an LEB128 u16 from the given Reader and
return it or an error if reading failed.