COUNTRIES

Constant COUNTRIES 

Source
pub const COUNTRIES: [Country; 109];
Expand description

Array of all available countries

The countries are sorted by their english names. This array can be used to display a country selection or to get the country code from a country name using binary search.