Expand description
Additional numerical features for the kernel.
Re-exports§
pub use bounded::*;
Modules§
- Implementation of
Bounded, a wrapper around integer types limiting the number of bits usable for value representation.
Enums§
- Designates signed primitive types.
- Designates unsigned primitive types.
Traits§
- Describes core properties of integer types.