Function re_format::format_uint

source ·
pub fn format_uint<Uint>(number: Uint) -> String
where Uint: Display + Unsigned,
Expand 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.