Predicate0 typedef

Predicate0 = bool Function()

Predicate function type with 0 positional arguments.

Implementation

typedef Predicate0 = bool Function();