operator >>> method

Logic operator >>>(
  1. dynamic other
)

Logical right-shift.

Implementation

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