Type Definition diffgeom::typenum::Cube []

type Cube<A> = <<A as Mul<A>>::Output as Mul<A>>::Output;

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