Module ops

Source

Structs§

BigShiftError
Retrurned from << and >> when RHS is too much
DivisionByZeroError
OverflowError

Traits§

ArithmeticTryOps
Adds arithmetic operations similar to checked_* but returning Result with nice errors
TypeName