operator >> method

BigInteger operator >>(
  1. int shiftAmount
)

Implementation

BigInteger operator >>(int shiftAmount) => BigInteger._(_value >> shiftAmount);