operator ~/ method

int operator ~/(
  1. num other
)

Returns the truncating division of this value and other.

Implementation

int operator ~/(num other) => value ~/ other;