pub fn num_to_str_or_none(num: usize) -> String
Returns reading-friendly textual representation for num smaller than or equal to 10 or its numeric representation if it is greater than 10.
num
Zero is returned as “none”.