operator ~/ abstract method

IntX operator ~/(
  1. dynamic other
)

Truncating division operator.

Implementation

IntX operator ~/(other);