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