Trait hyperdual::DimMin

source ·
pub trait DimMin<D>: Dimwhere
    D: Dim,{
    type Output: Dim;

    // Required method
    fn min(self, other: D) -> Self::Output;
}

Required Associated Types§

Required Methods§

source

fn min(self, other: D) -> Self::Output

Implementors§

source§

impl<D> DimMin<Dyn> for Dwhere D: DimName,

§

type Output = Dyn

source§

impl<D> DimMin<D> for Dynwhere D: Dim,

§

type Output = Dyn

source§

impl<const A: usize, const B: usize> DimMin<Const<B>> for Const<A>where Const<A>: ToTypenum, Const<B>: ToTypenum, <Const<A> as ToTypenum>::Typenum: Min<<Const<B> as ToTypenum>::Typenum>, <<Const<A> as ToTypenum>::Typenum as Min<<Const<B> as ToTypenum>::Typenum>>::Output: ToConst,

§

type Output = <<<Const<A> as ToTypenum>::Typenum as Min<<Const<B> as ToTypenum>::Typenum>>::Output as ToConst>::Const