NegInfInterval.shift
void shift(D)(D duration) if (__traits(compiles, end + duration)) pure nothrowShifts the end of this interval forward or backwards in time by the given duration (a positive duration shifts the interval forward; a negative duration shifts it backward). Effectively, it does end += duration.
Parameters
duration | The duration to shift the interval by. Example: |