Cldr.Number.Format.all_formats_for-exclamation-mark
You're seeing just the function
all_formats_for-exclamation-mark, go back to Cldr.Number.Format module for more information.
Returns the decimal formats defined for a given locale.
Arguments
localeis any valid locale name returned byCldr.known_locale_names/1or aCldr.LanguageTagstruct returned byCldr.Locale.new!/2. The default isCldr.get_locale/1backendis anyCldrbackend. That is, any module that containsuse Cldr
Returns
a list of decimal formats ot
raises an exception
See Cldr.Number.Format.all_formats_for/2 for further information.