Type Alias re_int_histogram::tree::Level

source ·
type Level = u64;
Expand description

How high up in the tree we are (where root is highest). 1 << level is the size of the range the next child. So 1 << ROOT_LEVEL is the size of the range of each children of the root.