Skip to main content

put_u32

Function put_u32 

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

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