AbsTime.opBinary

Undocumented in source. Be warned that the author may not have intended to support it.
  1. Duration opBinary(AbsTime b)
  2. Duration opBinary(SysTime b)
    struct AbsTime
    const pure @safe nothrow @nogc
    Duration
    opBinary
    (
    string op : "-"
    )
    (
    SysTime b
    )
  3. AbsTime opBinary(Duration d)
  4. AbsTime opBinary(Duration d)

Meta