Expand description
Re-exports for the typenum
crate, with extra utilities.
Re-exports§
pub use generic_array::ArrayLength;
pub use typenum::*;
Traits§
- Multiple
Of - A marker trait for type numbers that are multiple of another number.
- Positive
Length - A marker trait for type numbers that are positive array lengths.
- Strictly
Positive - A marker trait for type numbers that are strictly positive.