operator & abstract method

IntX operator &(
  1. dynamic other
)

Bitwise and operator.

Implementation

IntX operator &(other);