fxfirst_bit_set(fx)
Return the index of the least significant bit set in the fixnum fx. If fx is zero, return -1.
fx
fxfirst_bit_set(12) // 2
Core Module Index | Contents