Type Definition typenum::operator_aliases::Cube [−][src]
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