Quantity.opOpAssign

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void opOpAssign(Q other)
    struct Quantity(N, Dim...)
    void
    opOpAssign
    (
    string op
    Q
    )
    ()
    if (
    (
    op == "+" ||
    op == "-"
    )
    )
  2. void opOpAssign(T other)
  3. void opOpAssign(Q other)
  4. void opOpAssign(T other)

Meta