fn enc_16lsd<const OFFSET: usize>(buf: &mut [MaybeUninit<u8>], n: u64)
Expand description
Encodes the 16 least-significant decimals of n into buf[OFFSET .. OFFSET + 16 ]
.
fn enc_16lsd<const OFFSET: usize>(buf: &mut [MaybeUninit<u8>], n: u64)
Encodes the 16 least-significant decimals of n into buf[OFFSET .. OFFSET + 16 ]
.