Module trailing_zeros

Module trailing_zeros 

Source

Structsยง

TrailingZeros
Returns the number of trailing zeros in the binary representation of the input argument. Behaves like u64::trailing_zeros.