bitwise_andComputes the bitwise logical conjunction of two integers.
firstFirst integer.
secondSecond integer.
outputEach bit of the output integer is 1 only if the corresponding bits in the first and second integers are also 1. Otherwise, the bit is 0.