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.