Trait alga::general::JoinSemilattice
source · pub trait JoinSemilattice: Sized {
// Required method
fn join(&self, other: &Self) -> Self;
}
Expand description
A set where every two elements have a supremum (i.e. smallest upper bound).
Required Methods§
Object Safety§
This trait is not object safe.