p3_util

Function log2_strict_usize

Source
pub fn log2_strict_usize(n: usize) -> usize
Expand description

Computes log_2(n)

ยงPanics

Panics if n is not a power of two.