pub fn format(lit: &str, type_suffix: Option<&str>, float: bool) -> String
A helper method to format numeric literals with digit grouping. lit must be a valid numeric literal without suffix.
lit