bit-vector-not!
As
bit-vector-not
, but
vector
is modified.
Exported from
Module bit-vector
Arguments
vector
An instance of
<bit-vector>
.
pad:
An instance of
<bit>
. The default is 0.
Values
result
An instance of
<bit-vector>
.
result-pad
An instance of
<bit>
. The complement of
pad
.
Returns the complement of a bit vector.
The bit-vector module.
A vector that contains <bit>s.
An integer with a value of 0 or 1.