Skip to main content

write_le

Function write_le 

Source
pub fn write_le(buf: &mut [u8], pos: usize, val: u64, n: usize)
Expand description

Write a little-endian unsigned integer of n bytes into buf at pos.