Dual.opOpAssign

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

Meta