r = a | b under 2s complement semantics. r may alias with a or b.
a and b are zero-extended to the longer of a or b.
Asserts that r has enough limbs to store the result. Upper bound is @max(a.limbs.len, b.limbs.len)
.
r = a | b under 2s complement semantics. r may alias with a or b.
a and b are zero-extended to the longer of a or b.
Asserts that r has enough limbs to store the result. Upper bound is @max(a.limbs.len, b.limbs.len)
.