Skip to main content

write_u128_le

Function write_u128_le 

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

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