MutableBigInteger.safeLeftShift

Like {@link #leftShift(int)} but {@code n} can be zero.

class MutableBigInteger
void
safeLeftShift
(
int n
)

Meta