MyApp.Cldr.Number.Format.all_formats_for-exclamation-mark
You're seeing just the function
all_formats_for-exclamation-mark
, go back to MyApp.Cldr.Number.Format module for more information.
Specs
all_formats_for!(Cldr.LanguageTag.t() | Cldr.Locale.locale_name()) :: map() | no_return()
Returns the decimal formats defined for a given locale.
Arguments
locale
is any valid locale name returned byMyApp.Cldr.known_locale_names/0
or aCldr.LanguageTag
struct returned byMyApp.Cldr.Locale.new!/1
. The default isMyApp.Cldr.get_locale/0
Returns
{:ok, map}
where map is a map of decimal formats keyed by number system orraises an exception
See MyApp.Cldr.Number.Format.Number.Format.all_formats_for/1
for further information.