Skip to main content

log2

Function log2 

Source
pub const fn log2(x: usize) -> u32
Expand description

Returns ceil(log2(x)). Copied from ark-std.