Skip to main content

enc_16lsd

Function enc_16lsd 

Source
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

  • buf must be at least OFFSET + 16 bytes long.