pub fn format_int<Int>(number: Int) -> StringExpand description
Pretty format a signed number 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.
pub fn format_int<Int>(number: Int) -> StringPretty format a signed number 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.