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