Cldr.Number.Format.Meta.put_integer_grouping
You're seeing just the function
put_integer_grouping
, go back to Cldr.Number.Format.Meta module for more information.
Specs
put_integer_grouping(t(), non_neg_integer()) :: t()
Specs
put_integer_grouping(t(), non_neg_integer(), non_neg_integer()) :: t()
Sets the number of digits in a group or optionally the first group and subsequent groups for the integer part of a number.
The grouping character is defined by the locale
defined for the current process or supplied
as the :locale
option to to_string/3
.