Function next_power_of_two

Source
pub const fn next_power_of_two(n: u64) -> u64
Expand description

Calculate the next power of 2 for a u64 value at compile time