pub(crate) const fn two_digits_space_padded(n: ru8<0, 99>) -> &'static strAvailable on crate feature
formatting only.Expand description
Obtain a string of two ASCII digits representing n. This includes a leading space if n is
less than 10.