pub(crate) fn overlaps(l: &FileTimeRange, r: &FileTimeRange) -> bool
Expand description
Checks if two inclusive timestamp ranges overlap with each other.
pub(crate) fn overlaps(l: &FileTimeRange, r: &FileTimeRange) -> bool
Checks if two inclusive timestamp ranges overlap with each other.