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