pub const fn next_higher_power_of_2(k: usize) -> usize
Expand description

Tick up to the next higher power of 2 if the provided number is not a power of 2.