TscTimePoint.opOpAssign

Undocumented in source. Be warned that the author may not have intended to support it.
  1. auto ref opOpAssign(Duration dur)
    struct TscTimePoint
    ref @nogc
    opOpAssign
    (
    string op
    )
    (
    Duration dur
    )
    if (
    op == "+" ||
    op == "-"
    )
  2. auto ref opOpAssign(long cycles)

Meta