Fully qualified path: corelib_imports::bounded_int
| |
| AddHelper | A helper trait for adding two BoundedInt instances. |
| DivRemHelper | A helper trait for dividing two BoundedInt instances. |
| MulHelper | A helper trait for multiplying two BoundedInt instances. |
| |
| bounded_int_div_rem | — |
| downcast | Downcasts FromType to ToType - for types where conversion may fail. If done for wrong types would cause a compiler panic at the Sierra stage. |
| upcast | Upcasts FromType to ToType - for types where conversion is always legal. If done for wrong types would cause a compiler panic at the Sierra stage. |