struct i64_t

@lang(i64)
struct i64_t {}
Expand

Struct that implements functions for i64

Functions§

fn print(self: i64)§
Expand

Prints the number to stdout

fn println(self: i64)§
Expand

Prints the number as well as a newline to stdout