Calculates the next power of two greater or equal the current value.
impl W8 { fn checked_next_power_of_two(self) -> Option<W8> }
Returns the next power of two or None on overflow.
None