operator >> method

Logic operator >>(
  1. dynamic other
)

Arithmetic right-shift.

Implementation

Logic operator >>(dynamic other) => ARShift(this, other).out;