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
locale
is any valid locale name returned byCldr.known_locale_names/1
or aCldr.LanguageTag
struct returned byCldr.Locale.new!/2
. The default isCldr.get_locale/1
backend
is anyCldr
backend. 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.