typenum::operator_aliases

Type Alias Cube

Source
pub type Cube<A> = <Square<A> as Mul<A>>::Output;
Expand description

Alias to make it easy to cube. Cube<A> = <Square<A> as Mul<A>>::Output

Layoutยง

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