pub trait FoldableExtOrd<A>: Foldable<A> + Sizedwhere
    A: PartialOrd,
{ fn maximum(self) -> Option<A> { ... } fn minimum(self) -> Option<A> { ... } }

Provided Methods§

Implementations on Foreign Types§

Implementors§