Module num

Source
Expand description

Re-exports for the typenum crate, with extra utilities.

Re-exports§

pub use generic_array::ArrayLength;
pub use typenum::*;

Traits§

MultipleOf
A marker trait for type numbers that are multiple of another number.
PositiveLength
A marker trait for type numbers that are positive array lengths.
StrictlyPositive
A marker trait for type numbers that are strictly positive.