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 returns
TrueifSelf <= Rhs, otherwise returnsFalse. - Implemented for all
Unsignedintegers ≤ 8. - Implemented for all
Unsignedintegers ≤ 16. - Implemented for all
Unsignedintegers ≤ 32. - Implemented for all
Unsignedintegers ≤ 64. - Implemented for all
Unsignedintegers ≤ 128. - The marker trait for compile time unsigned integers.
Type Aliases§
- Alias for the associated type of
Sub:Diff<A, B> = <A as Sub<B>>::Output - Alias for the associated type of
Add:Sum<A, B> = <A as Add<B>>::Output