bitwise and operation
The two operands (both must be positive integers of any size) are combined bit for bit using an and-operation.
std::bit_or | bitwise inclusive or operation |
std::bit_xor | bitwise exclusive or operation |
std::shift_left | bitwise shift-left operation |
std::shift_right | bitwise shift-right operation |
std_types::boolean_array | implements the *and* operation |
std_types::positive_integer | returns the bit-wise AND of the two arguments |
std_types::uint16_array | implements the *and* operation |
std_types::uint32_array | implements the *and* operation |
std_types::uint64_array | implements the *and* operation |
std_types::uint8_array | implements the *and* operation |