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