You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- add fromNumericCode(int)
- add fromAlpha3Code(string)
- update fromAlpha2Code(string) to make use of an Optional return type
- make getNumericCode() return an optional value instead of -1
Enrich ISOCountry enum with alpha-3 and numeric codes. See https://en.wikipedia.org/wiki/List_of_ISO_3166_country_codes.
The text was updated successfully, but these errors were encountered: