Dual.opOpAssign

Undocumented in source. Be warned that the author may not have intended to support it.
  1. Dual opOpAssign(D rhs)
    struct Dual(T)
    @safe pure nothrow @nogc ref
    opOpAssign
    (
    string op
    D
    )
    (
    const D rhs
    )
    if (
    (
    op == "+" ||
    op == "-"
    ||
    op == "*"
    ||
    op == "/"
    )
    &&
    is(D R == Dual!R)
    )
    if (
    isFloatingPoint!T
    )
  2. Dual opOpAssign(R rhs)
  3. Dual opOpAssign(R rhs)

Meta