pub(crate) fn one_to_four_digits_no_padding(
n: ru16<0, 9_999>,
) -> [&'static str; 2]Available on crate feature
formatting only.Expand description
Obtain two strings of ASCII digits representing n. The first string is the most significant.
No leading zeros or spaces are included.