Skip to main content

two_digits_space_padded

Function two_digits_space_padded 

Source
pub(crate) const fn two_digits_space_padded(n: ru8<0, 99>) -> &'static str
Available 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.