Function
trailing_zeros()
Returns the number of bits equal to 0 on the right of the least significant bit equal to 1 in the representation of self.
fun trailing_zeros() -> Int
Returns the number of bits equal to 0 on the right of the least significant bit equal to 1 in the representation of self.
fun trailing_zeros() -> Int