Cldr.known_number_system_types

You're seeing just the function known_number_system_types, go back to Cldr module for more information.
Link to this function

known_number_system_types(backend \\ default_backend!())

View Source

Returns a list of atoms representing the number systems types known to Cldr.

Arguments

  • backend is any module that includes use Cldr and therefore is a Cldr backend module. The default is Cldr.default_backend/0. Note that Cldr.default_backend/0 will raise an exception if no :default_backend is configured under the :ex_cldr key in config.exs.

Example

iex> Cldr.known_number_system_types(TestBackend.Cldr)
[:default, :finance, :native, :traditional]