54
54
interval_min(start), interval_values(val),
55
55
interval_max((val == UINT64_MAX) ? val : start + val * incr),
59
59
interval_min(0), interval_values(0),
60
60
interval_max(0), next(NULL)
66
66
If appending [3,5] to [1,2], we merge both in [1,5] (they should have the
67
67
same increment for that, user of the class has to ensure that). That is