typenum::operator_aliases::Quot
[−]
[src]
type Quot<A, B> = A::Output;
Alias for the associated type of Div
: Quot<A, B> = <A as Div<B>>::Output
type Quot<A, B> = A::Output;
Alias for the associated type of Div
: Quot<A, B> = <A as Div<B>>::Output