operator >= method

bool operator >=(
  1. TimePrecision other
)

Greater-than-or-equal operator for TimePrecision.

Implementation

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