BigInt.fromTwosComplement
Converts a w-limb two's-complement pattern back into a BigInt.
Parameters
ext | The pattern limbs; consumed (modified in place). |
negative | The result sign, which must be derived from the operand signs (OR: either, AND: both, XOR: differing). |
Returns
The signed value the pattern represents.