operator <= method

bool operator <=(
  1. TimePrecision other
)

Less-than-or-equal operator for TimePrecision.

Implementation

bool operator <=(TimePrecision other) => index <= other.index;