operator ~/ method

int operator ~/(
  1. num other
)
inherited

See the num documentation

Implementation

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