pub trait DimMax<D>: Dimwhere
    D: Dim,
{ type Output: Dim; fn max(self, other: D) -> Self::Output; }

Required Associated Types

Required Methods

Implementors