fn exponent_next_power_of_two(x: u64) -> u32
Expand description

Computes ceil(log_2(x))