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
True
if Self <= Rhs
, otherwise returns False
.The marker trait for compile time unsigned integers.
Type Definitions
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