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