[−][src]Trait range_ext::intersect::Intersect
Required methods
fn intersect(&self, other: &U) -> IntersectionExt
Test two ranges for an intersection
fn intersect(&self, other: &U) -> IntersectionExtTest two ranges for an intersection
impl<T: PartialOrd> Intersect<T, Range<T>> for Range<T>[src]fn intersect(&self, other: &Range<T>) -> IntersectionExt[src]impl<T: PartialOrd> Intersect<T, RangeFrom<T>> for Range<T>[src]fn intersect(&self, other: &RangeFrom<T>) -> IntersectionExt[src]impl<T: PartialOrd> Intersect<T, RangeFull> for Range<T>[src]fn intersect(&self, _: &RangeFull) -> IntersectionExt[src]impl<T: PartialOrd> Intersect<T, RangeTo<T>> for Range<T>[src]fn intersect(&self, other: &RangeTo<T>) -> IntersectionExt[src]