Compute the bitwise AND of 256 bits (representing integer data) in and return 1 if the result is zero, otherwise return 0. In other words, test if all bits masked by b are 0 in a.
See Implementation
Compute the bitwise AND of 256 bits (representing integer data) in and return 1 if the result is zero, otherwise return 0. In other words, test if all bits masked by b are 0 in a.