Bool typedef

Bool = bool

An alias for the built-in bool type.

Implementation

typedef Bool = bool;