pub(crate) const fn one_to_two_digits_no_padding(n: ru8<0, 99>) -> &'static str
Obtain a string of one or two ASCII digits representing n. No leading zeros or spaces are included.
n