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