bit-and
builtin-function
(bit-and &rest numbers)
Returns the bitwise and of the given integer numbers.
make-html > (bit-and 12 34) it: 0