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