struct bool_t

@lang(bool)
struct bool_t {}
Expand

Struct that implements functions for bool

Functions§

fn print(self: bool)§
Expand

Prints the boolean to stdout

fn println(self: bool)§
Expand

Prints the boolean as well as a newline to stdout