Function number_to_str

Source
pub fn number_to_str(number: usize) -> String
Expand description

Returns reading-friendly textual representation for number smaller than or equal to 10 or its numeric representation if it is greater than 10.