Function kcore::utils::intersect [−][src]
pub fn intersect<T: Ord>(a: &Range<T>, b: &Range<T>) -> bool
Expand description
Check if two ranges are intersect with each other.
pub fn intersect<T: Ord>(a: &Range<T>, b: &Range<T>) -> bool
Check if two ranges are intersect with each other.