Skip to main content

fmt_integer

Function fmt_integer 

Source
pub fn fmt_integer(n: u64) -> String
Expand description

Format an unsigned integer with thousands separators: 1234 -> "1,234".