operator < method

bool operator <(
  1. TimePrecision other
)

Less-than operator for TimePrecision.

Implementation

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