Returns the length of longest sequence of set bits starting at the least significant bit.
impl W32 { fn trailing_ones(self) -> usize }