operator ~/ abstract method

IntX operator ~/(
  1. Object other
)

Truncating division operator.

Implementation

IntX operator ~/(Object other);