Module trailing_zeros

Source

Structsยง

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