Type Alias OverlapErr

Source
pub type OverlapErr = (Range<usize>, Range<usize>);
Expand description

The error type for overlapping check.

It contains the overlapping range pair.