Type Definition typenum::operator_aliases::Cube [] [src]

type Cube<A> = Square<A>::Output;

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