Skip to main content

put_u64

Function put_u64 

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

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