operator >> method

Long operator >>(
  1. int shiftAmount
)

Implementation

Long operator >>(int shiftAmount) => Long(_value >> shiftAmount);