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