fxbit_count(fx1, fx2, fx3)
Return the the bitwise "if" of its arguments, all of which must be fixnums.
number_to_string(fxif(0b1001, 0b1111, 0b0101), 2) // 1101
Core Module Index | Contents