pub trait DimAdd<D>where D: Dimension,{ type Output: Dimension; }
Adds the two dimensions at compile time.
The sum of the two dimensions.