Trait nalgebra::core::constraint::DimEq [] [src]

pub trait DimEq<D1: Dim, D2: Dim> {
    type Representative: Dim;
}

Constraints D1 and D2 to be equivalent.

Associated Types

This is either equal to D1 or D2, always choosing the one (if any) which is a type-level constant.

Implementors