Trait ilattice::vector::Max[][src]

pub trait Max<T> {
    fn max_element(self) -> T;
}

Required methods

Returns the greatest component.

Implementations on Foreign Types

Implementors