MutableBigInteger.safeRightShift

Like {@link #rightShift(int)} but {@code n} can be greater than the length of the number.

class MutableBigInteger
void
safeRightShift
(
int n
)

Meta