pub fn format_uint<Uint>(number: Uint) -> StringExpand description
Pretty format an unsigned integer by using thousands separators for readability.
The returned value is for human eyes only, and can not be parsed
by the normal usize::from_str function.