Function re_format::format_int

source ·
pub fn format_int<Int>(number: Int) -> String
Expand 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.