Builds a boolean vector for subtraction.
Builds a new boolean vector that represents the subtraction of two other vectors. Each element
in the result will represent the function
where the carry in
is
It is important for efficency that the BDD variables used in l and r are interleaved.
- Returns:
- The result of the subtraction (which is already reference counted).
- See also:
- bvec_add, bvec_mul, bvec_shl