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

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