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