pub fn number_to_str(number: usize) -> String
Returns reading-friendly textual representation for number smaller than or equal to 10 or its numeric representation if it is greater than 10.
number