Trait nncombinator::ope::Max

source ·
pub trait Max {
    fn max(&self, other: &Self) -> Self;
}
Expand description

Trait to calculate max

Required Methods§

Implementations on Foreign Types§

Implementors§