bit_and

Returns the bitwise AND of two integers.

Each bit in the binary expansion of the result will only be set if each of the corresponding bits in the two input numbers are also set.

Parameter 1 - an integer value.

Parameter 2 - another integer value.

Returns: the bitwise AND of the two integers.