Trait InvertDimension

Source
pub trait InvertDimension {
    type Output;
}

Required Associated Types§

Implementors§

Source§

impl<const L: i32, const M: i32, const T: i32, const Θ: i32, const I: i32, const N: i32, const J: i32> InvertDimension for Dimension<L, M, T, Θ, I, N, J>
where (): ConstCheck<{ _ }> + ConstCheck<{ _ }> + ConstCheck<{ _ }> + ConstCheck<{ _ }> + ConstCheck<{ _ }> + ConstCheck<{ _ }> + ConstCheck<{ _ }>,

Source§

type Output = Dimension<{ <() as ConstNeg<L>>::OUTPUT }, { <() as ConstNeg<M>>::OUTPUT }, { <() as ConstNeg<T>>::OUTPUT }, { <() as ConstNeg<Θ>>::OUTPUT }, { <() as ConstNeg<I>>::OUTPUT }, { <() as ConstNeg<N>>::OUTPUT }, { <() as ConstNeg<J>>::OUTPUT }>