Cldr.Number.Format.formats_for-exclamation-mark
You're seeing just the function
formats_for-exclamation-mark, go back to Cldr.Number.Format module for more information.
Specs
formats_for!( Cldr.LanguageTag.t(), Cldr.Number.System.system_name(), Cldr.backend() ) :: map() | no_return()
Return the predfined formats for a given locale and number_system or raises
if either the locale or number_system is invalid.
Arguments
localeis any valid locale name returned byCldr.known_locale_names/1or aCldr.LanguageTagstruct returned byCldr.Locale.new!/2. The default isCldr.get_locale/1number_systemis any valid number system or number system type returned byCldr.Number.System.number_systems_for/2backendis anyCldrbackend. That is, any module that containsuse Cldr