Bool
The boolean type. This type represents when something is true or false, such as predicates.
Source Codeenum Bool { True, False, }
enum Bool { True, False, }
not