Trait DimNameMax
rin::math::dimension
pub trait DimNameMax<D>: DimName where D: DimName, { type Output: DimName; fn max(self, other: D) -> Self::Output; }
type Output: DimName
fn max(self, other: D) -> Self::Output
impl<D1, D2> DimNameMax<D2> for D1 where D1: DimName, D2: DimName, <D1 as DimName>::Value: Max<<D2 as DimName>::Value>, <<D1 as DimName>::Value as Max<<D2 as DimName>::Value>>::Output: NamedDim,
type Output = <<<D1 as DimName>::Value as Max<<D2 as DimName>::Value>>::Output as NamedDim>::Name
fn max(self, D2) -> <D1 as DimNameMax<D2>>::Output