format_with_separators

Function format_with_separators 

Source
pub fn format_with_separators(n: i64) -> String
Expand description

Format an i64 with locale-aware digit separators (e.g. “12345” -> “12,345” for en-US).