[][src]Trait algebraics::traits::IntervalUnion

pub trait IntervalUnion<Rhs> {
    type Output;
    fn interval_union(self, rhs: Rhs) -> Self::Output;
}

Associated Types

type Output

Loading content...

Required methods

fn interval_union(self, rhs: Rhs) -> Self::Output

Loading content...

Implementors

Loading content...