Cldr.known_number_system_types
You're seeing just the function
known_number_system_types
, go back to Cldr module for more information.
Returns a list of atoms representing the number systems types known to Cldr
.
Arguments
backend
is any module that includesuse Cldr
and therefore is aCldr
backend module. The default isCldr.default_backend/0
. Note thatCldr.default_backend/0
will raise an exception if no:default_backend
is configured under the:ex_cldr
key inconfig.exs
.
Example
iex> Cldr.known_number_system_types(TestBackend.Cldr)
[:default, :finance, :native, :traditional]