kc_interval<T> normalized() const; kc_interval<T>& normalize();
These functions ensure that the interval is normalized, such that is_okay() returns true.
Returns a copy of the current interval object but in a normalized state.
Normalizes the current interval object in-place and returns a reference to it.