struct i32_t

@lang(i32)
struct i32_t {}
Expand

Struct that implements functions for i32

Functions§

fn print(self: i32)§
Expand

Prints the number to stdout

fn println(self: i32)§
Expand

Prints the number as well as a newline to stdout