Function write_u32_le

Source
pub fn write_u32_le(n: u32, slice: &mut [u8])
Expand description

Write a u32 in little endian format to the beginning of the given slice. This panics if the slice has length less than 4.