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