Skip to main content

write_i64_le

Function write_i64_le 

Source
pub fn write_i64_le(buf: &mut [u8], offset: usize, v: i64)
Expand description

Writes a little-endian i64 into a fixed-layout buffer.