pub fn fmt_integer(n: u64) -> String
Format an unsigned integer with thousands separators: 1234 -> "1,234".
1234 -> "1,234"