Trait ilattice::vector::Min[][src]

pub trait Min<T> {
    fn min_element(self) -> T;
}

Required methods

Returns the least component.

Implementations on Foreign Types

Implementors