Available on crate feature
overflowing
only.Expand description
Overflowing number types.
Modulesยง
- columnar ๐
- overflowing_
support ๐
Macrosยง
- impl_
overflowing ๐ - impl_
overflowing_ ๐from - impl_
overflowing_ ๐from_ overflowing - impl_
overflowing_ ๐signed - impl_
overflowing_ ๐try_ from - overflowing ๐
Structsยง
- Overflowing
- Overflowing number. Operations panic on overflow, even in release mode.
Enumsยง
- Overflowing
Behavior - The behavior of the
Overflowing
type when an overflow occurs.
Functionsยง
- set_
behavior - Set the overflowing behavior for the process.