PosInfInterval.shift
void shift(D)(D duration) if (__traits(compiles, begin + duration)) pure nothrowShifts the begin 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 begin += duration.
Parameters
duration | The duration to shift the interval by. Example: |