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 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 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 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 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 left n bits.
Returns a bitwise complement of this vector.
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
(Changed in version 2.9.0) The behavior of scanRight has changed. The previous behavior can be reproduced with scanRight.reverse.
Returns a bitwise complement of this vector.
Returns a bitwise complement of this vector.
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 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.