Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

bounded_int

Fully qualified path: corelib_imports::bounded_int


Re-exports:

UnitInt

AddHelperA helper trait for adding two BoundedInt instances.
DivRemHelperA helper trait for dividing two BoundedInt instances.
MulHelperA helper trait for multiplying two BoundedInt instances.


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.