An Interval_num.t
is an index of one of the intervals into which a timing-wheel
partitions time.
To avoid issues with arithmetic overflow, the implementation restricts interval
numbers to be <= max_representable
, where:
max_representable = 1 lsl Level_bits.max_num_bits - 1