operator <= method
Less-than-or-equal operator for TimePrecision.
Implementation
bool operator <=(TimePrecision other) => index <= other.index;
Less-than-or-equal operator for TimePrecision.
bool operator <=(TimePrecision other) => index <= other.index;