interval<T> concatenated(const interval<T>& o) const; interval<T>& concatenate(const interval<T>& o);
Return a new interval, that contains both the current and the argument supplied interval.
Expand the current interval such that it also contains the supplied interval.