builtin/integer/Integerstruct
Methods
eq : [ other : OtherType ] -> Boolean
partial_cmp : [ other : OtherType ] -> Option<Ordering>
add : [ other : OtherType ] -> OutputType
sub : [ other : OtherType ] -> OutputType
mul : [ other : OtherType ] -> OutputType
div : [ other : OtherType ] -> OutputType
rem : [ other : OtherType ] -> OutputType
neg : [ ] -> OutputType
to_string : [ ] -> String