Returns the length of longest sequence of unset bits starting at the most significant bit.
impl W32 { fn leading_zeros(self) -> usize }