Skip to main content

impl_separated

Macro impl_separated 

Source
macro_rules! impl_separated {
    ($($t:ty),*) => { ... };
}
Expand description

Print integer types with a thousand separator (e.g., 1000 -> 1,000)