Cldr.Config.number_systems_for-exclamation-mark
You're seeing just the function
number_systems_for-exclamation-mark
, go back to Cldr.Config module for more information.
Specs
number_systems_for!(Cldr.Locale.locale_name(), t()) :: map() | no_return()
Returns the number systems for a locale or raises if there is an error
Example
iex> Cldr.Config.number_systems_for!("de", %Cldr.Config{locales: ["en", "de"]})
%{default: :latn, native: :latn}