operator >= method

bool operator >=(
  1. TimePrecision other
)

Implementation

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