operator | abstract method

IntX operator |(
  1. dynamic other
)

Bitwise or operator.

Implementation

IntX operator |(other);