Expand description
Extra types that do not need to be handled directly.
These types are mostly reexports from the typenum crate.
Traits
- A type operator that returnsTrueifSelf <= Rhs, otherwise returnsFalse.
- Implemented for allUnsignedintegers ≤ 8.
- Implemented for allUnsignedintegers ≤ 16.
- Implemented for allUnsignedintegers ≤ 32.
- Implemented for allUnsignedintegers ≤ 64.
- Implemented for allUnsignedintegers ≤ 128.
- The marker trait for compile time unsigned integers.
Type Definitions
- Alias for the associated type ofSub:Diff<A, B> = <A as Sub<B>>::Output
- Alias for the associated type ofAdd:Sum<A, B> = <A as Add<B>>::Output