operator <= method

bool operator <=(
  1. Rational other
)

Implementation

bool operator <=(Rational other) => compareTo(other) <= 0;