Module overflow_panic

Source
Expand description

Functions for panicking on overflow.

In particular, these are used by the strict_ methods on integers.

Functionsยง

add ๐Ÿ”’
div ๐Ÿ”’
mul ๐Ÿ”’
neg ๐Ÿ”’
rem ๐Ÿ”’
shl ๐Ÿ”’
shr ๐Ÿ”’
sub ๐Ÿ”’