operator / method

TValue operator /(
  1. Rational divisor
)

Divides this value by divisor.

Implementation

TValue operator /(Rational divisor) => createValue(baseValue / divisor);