check if offset lies inside this range and returns the smallest offset needed to make it lie outside this range.
Range r1=Range(0,32); assert(r1.overlap(8)==-8); assert(r1.overlap(24)==8);
See Implementation
check if offset lies inside this range and returns the smallest offset needed to make it lie outside this range.