MyApp.Cldr.Territory.available_styles

You're seeing just the function available_styles, go back to MyApp.Cldr.Territory module for more information.

Specs

available_styles() :: [:short | :standard | :variant]

Returns a list of available styles.

Example

iex> MyApp.Cldr.Territory.available_styles()
[:short, :standard, :variant]