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