Type Definition typenum::operator_aliases::Prod [−][src]
type Prod<A, B> = <A as Mul<B>>::Output;
Alias for the associated type of Mul
: Prod<A, B> = <A as Mul<B>>::Output
type Prod<A, B> = <A as Mul<B>>::Output;
Alias for the associated type of Mul
: Prod<A, B> = <A as Mul<B>>::Output