Module num

Module num 

Source
Expand description

Additional numerical features for the kernel.

Re-exports§

pub use bounded::*;

Modules§

bounded
Implementation of Bounded, a wrapper around integer types limiting the number of bits usable for value representation.

Enums§

Signed
Designates signed primitive types.
Unsigned
Designates unsigned primitive types.

Traits§

Integer
Describes core properties of integer types.