MyApp.Cldr.Currency.known_currency_codes
You're seeing just the function
known_currency_codes
, go back to MyApp.Cldr.Currency module for more information.
Specs
known_currency_codes() :: [atom()]
Returns a list of all known currency codes.
Example
iex> MyApp.Cldr.Currency.known_currency_codes |> Enum.count
303