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