Trait nalgebra::core::dimension::DimNameMin
[−]
[src]
pub trait DimNameMin<D: DimName>: DimName {
type Output: DimName;
fn min(self, other: D) -> Self::Output;
}