macro_rules! impl_separated {
($($t:ty),*) => { ... };
}Expand description
Print integer types with a thousand separator (e.g., 1000 -> 1,000)
macro_rules! impl_separated {
($($t:ty),*) => { ... };
}Print integer types with a thousand separator (e.g., 1000 -> 1,000)