AsBool typedef

AsBool = bool Function()

A function that returns a bool.

Implementation

typedef AsBool = bool Function();