Dual.opBinaryRight

Undocumented in source. Be warned that the author may not have intended to support it.
  1. Dual!(T) opBinaryRight(T v)
    struct Dual(T)
    const
    Dual!(T)
    opBinaryRight
    (
    string op
    )
    (
    in T v
    )
    if (
    op == "+"
    )
  2. Dual!(T) opBinaryRight(T v)
  3. Dual!(T) opBinaryRight(T v)
  4. Dual!(T) opBinaryRight(T v)

Meta