Skip to main content

six_digits_zero_padded

Function six_digits_zero_padded 

Source
pub(crate) const fn six_digits_zero_padded(
    n: ru32<0, 999_999>,
) -> [&'static str; 3]
Expand description

Obtain three strings which together represent n. The first string is the most significant. Leading zeroes are included if the number has fewer than 6 digits.