Trait rin_math::DimNameMax [−][src]
pub trait DimNameMax<D>: DimName where
D: DimName, { type Output: DimName; pub fn max(self, other: D) -> Self::Output; }
pub trait DimNameMax<D>: DimName where
D: DimName, { type Output: DimName; pub fn max(self, other: D) -> Self::Output; }