Skip to main content

put_u16

Function put_u16 

Source
pub fn put_u16(b: &mut [u8], off: usize, v: u16)
Expand description

Writes v little endian at off. Does nothing if the slice is too short.