SelectableYearPredicate typedef

SelectableYearPredicate = bool Function(int year)

Predicate to determine whether a year should be selectable.

Implementation

typedef SelectableYearPredicate = bool Function(int year);