bit-vector-and!

As bit-vector-and, but vector1 may be modified.

Exported from

Arguments

vector1An instance of <bit-vector>.
vector2An instance of <bit-vector>.
pad1:An instance of <bit>, used if needed to expand the effective size of vector1.  The default is 0.
pad2:An instance of <bit>, used if needed to expand the effective size of vector2.  The default is 0.

Values

resultAn instance of <bit-vector>.
padAn instance of <bit>.  Any bits past the size of result would be set to this value.
Returns the bitwise AND of two bit vectors.
The bit-vector module.
A vector that contains <bit>s.
An integer with a value of 0 or 1.