@lang(bool) struct bool_t {}
Struct that implements functions for bool
bool
fn print(self: bool)
Prints the boolean to stdout
fn println(self: bool)
Prints the boolean as well as a newline to stdout