Fuzion Logo
fuzion-lang.dev — The Fuzion Language Portal
JavaScript seems to be disabled. Functionality is limited.

int

int

int -- signed integer values of arbitrary size

Functions

add this int to other

redefines:

multiply this int by other

redefines:

subtract other from this int

redefines:

divide this int by other

redefines:


redefines:

modulo, returns the remainder of the
division of this int by other
exponentation operator:
this int to the power of other

redefines:

this int as an i64

redefines:


redefines:


redefines:


redefines:


redefines:


redefines:


redefines:

this int as an i32
this int as an u8

redefines:

this int as an u32
this int as an u64
this int as an uint

redefines:


redefines:

Type Features

total order
equality: are these two ints equal?

redefines:


redefines:

helper feature to init int via a u64
helper feature to init int via an i32