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