ItemFilter typedef

ItemFilter = bool Function(Country country)

Returns true when a country should be included in lists / dialogs offered to the user.

Implementation

typedef bool ItemFilter(Country country);