Dual.opBinaryRight

Undocumented in source. Be warned that the author may not have intended to support it.
  1. Dual!(CommonType!(T, R)) opBinaryRight(R lhs)
    struct Dual(T)
    @safe pure nothrow @nogc const
    Dual!(CommonType!(T, R))
    opBinaryRight
    (
    string op
    R
    )
    (
    const R lhs
    )
    if (
    (
    op == "+" ||
    op == "*"
    )
    &&
    isNumeric!R
    )
    if (
    isFloatingPoint!T
    )
  2. Dual!(CommonType!(T, R)) opBinaryRight(R lhs)
  3. Dual!(CommonType!(T, R)) opBinaryRight(R lhs)

Meta