Skip to main content

format_with_separators_u64

Function format_with_separators_u64 

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

Format a u64 with locale-aware digit separators.

This is a convenience wrapper for the many token-count call sites that use unsigned counters.