[−][src]Type Definition typenum::operator_aliases::Cube
type Cube<A> = <Square<A> as Mul<A>>::Output;
Alias to make it easy to cube. Cube<A> = <Square<A> as Mul<A>>::Output
type Cube<A> = <Square<A> as Mul<A>>::Output;
Alias to make it easy to cube. Cube<A> = <Square<A> as Mul<A>>::Output