pub(crate) const fn two_digits_zero_padded(n: ru8<0, 99>) -> &'static str
Obtain a string of two ASCII digits representing n. This includes a leading zero if n is less than 10.
n