pub fn format_number<T: IntoGroupSize>(x: &str, group_size: T) -> StringExpand description
Now one function works for both &str and usize
pub fn format_number<T: IntoGroupSize>(x: &str, group_size: T) -> StringNow one function works for both &str and usize