Trait nested_intervals::RangePlus
source · pub trait RangePlus<T> {
// Required method
fn overlaps(&self, other: &Range<T>) -> bool;
}Expand description
Extend Range functionality with some often used bool functions
pub trait RangePlus<T> {
// Required method
fn overlaps(&self, other: &Range<T>) -> bool;
}Extend Range functionality with some often used bool functions