typenum::operator_aliases

Type Alias Prod

Source
pub type Prod<A, B> = <A as Mul<B>>::Output;
Expand description

Alias for the associated type of Mul: Prod<A, B> = <A as Mul<B>>::Output

Layoutยง

Note: Encountered an error during type layout; the type failed to be normalized.