Returns the length of longest sequence of unset bits starting at the least significant bit.
impl W16 { fn trailing_zeros(self) -> usize }