Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

Extern functions

bounded_int_div_rem
downcastDowncasts FromType to ToType - for types where conversion may fail. If done for wrong types would cause a compiler panic at the Sierra stage.
upcastUpcasts FromType to ToType - for types where conversion is always legal. If done for wrong types would cause a compiler panic at the Sierra stage.
bounded_int_add
bounded_int_sub
bounded_int_mul
bounded_int_constrain
bounded_int_trim_min
bounded_int_trim_max
bounded_int_is_zero