Returns a bitwise AND of this vector with the specified vector.
Returns a bitwise AND of this vector with the specified vector.
The resulting vector's size is the minimum of this vector's size and the specified vector's size.
Returns a bit vector of the same size with each bit shifted to the left n bits.
Returns a bitwise complement of this vector.
Returns a bitwise OR of this vector with the specified vector.
Returns a bitwise OR of this vector with the specified vector.
The resulting vector's size is the minimum of this vector's size and the specified vector's size.
Returns a bit vector of the same size with each bit shifted to the right n bits.
Returns a bit vector of the same size with each bit shifted to the right n bits.
whether the n left-msot bits should take on the value of bit 0
Returns a bitwise XOR of this vector with the specified vector.
Returns a bitwise XOR of this vector with the specified vector.
The resulting vector's size is the minimum of this vector's size and the specified vector's size.
Returns a bitwise AND of this vector with the specified vector.
Returns a bitwise AND of this vector with the specified vector.
The resulting vector's size is the minimum of this vector's size and the specified vector's size.
Returns a bit vector of the same size with each bit shifted to the left n bits.
Returns a bit vector of the same size with each bit shifted to the right n bits where the n left-most bits are sign extended.
Returns a bit vector of the same size with each bit shifted to the right n bits where the n left-most bits are low.
Returns a bitwise XOR of this vector with the specified vector.
Returns a bitwise XOR of this vector with the specified vector.
The resulting vector's size is the minimum of this vector's size and the specified vector's size.
Returns a bitwise complement of this vector.
Returns a bitwise OR of this vector with the specified vector.
Returns a bitwise OR of this vector with the specified vector.
The resulting vector's size is the minimum of this vector's size and the specified vector's size.
Bitwise operations on a value of type
Repr.type that supports that supports bitwise operations