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