Interval.offset

make a new coordinate pair with a value of this.start + off and this.end + off

struct Interval(CoordSystem cs)
@safe nothrow pure @nogc
offset
(
T
)
(
T off
)
if (
isIntegral!T
)

Meta