sunrise_libutils
pub const fn log2_floor(val: usize) -> usize
Returns the floored base 2 logarithm of the number.
Panics if val is 0.