[][src]Trait nested_intervals::RangePlus

pub trait RangePlus<T> {
    fn overlaps(&self, other: &Range<T>) -> bool;
}

Extend Range functionality with some often used bool functions

Required methods

fn overlaps(&self, other: &Range<T>) -> bool

Does this interval overlap the other one?

Loading content...

Implementations on Foreign Types

impl RangePlus<u32> for Range<u32>[src]

Loading content...

Implementors

Loading content...