pub const fn strict_log_2(val: usize) -> Option<usize>
Computes binary logarithm of val. If val is not a power of 2, returns None.
val
None