pub fn round_up_pow2_64(v: i64) -> i64
Expand description

Round an integer up to the next higher (or equal) power of 2.