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