Function
leading_zeros()
Returns the number of bits equal to 0 on the left of the most significant bit equal to 1 in the representation of self.
fun leading_zeros() -> Int
Returns the number of bits equal to 0 on the left of the most significant bit equal to 1 in the representation of self.
fun leading_zeros() -> Int