const unsafe fn enc_16lsd<const OFFSET: usize>(
buf: &mut [MaybeUninit<u8>],
n: ru64<0, 9999_9999_9999_9999>,
)Available on crate feature
formatting only.Expand description
Encodes the 16 least-significant decimals of n into buf[OFFSET..OFFSET + 16].
ยงSafety
bufmust be at leastOFFSET + 16bytes long.