operator <= method

bool operator <=(
  1. Fixed other
)

less than or equal operator

Implementation

bool operator <=(Fixed other) => value <= other.value;