TimePoint.opBinary - multiple declarations

Function TimePoint.opBinary

Return the result of offsetting the duration to the current time

TimePoint opBinary(string op) (
  in Duration duration
) const scope;

Function TimePoint.opBinary

Implement this / duration

size_t opBinary(string op : "/") (
  in Duration duration
) const scope;

Function TimePoint.opBinary

Return the result of offsetting the duration to the current time

Duration opBinary(string op : "-") (
  in TimePoint other
) const scope;