Function write_u64_le

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

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