operator ~/ method

DecimalIntl operator ~/(
  1. dynamic other
)

Implementation

DecimalIntl operator ~/(dynamic other) =>
    DecimalIntl._(_rational ~/ DecimalIntl._(other)._rational);