MutableBigInteger.addShifted

Adds the value of {@code addend} shifted {@code n} ints to the left. Has the same effect as {@code addend.leftShift(32*ints); add(addend);} but doesn't change the value of {@code addend}.

class MutableBigInteger
void
addShifted

Meta