pub type OverlapErr = (Range<usize>, Range<usize>);
The error type for overlapping check.
It contains the overlapping range pair.