The OpenD Programming Language

Complex.opBinaryRight

  1. Complex!(CommonType!(T, R)) opBinaryRight(R rhs)
  2. Complex!(CommonType!(T, R)) opBinaryRight(R rhs)
    struct Complex(T)
    scope const
    opBinaryRight
    (
    string op : "-"
    R
    )
    (
    const R rhs
    )
    if (
    is(T == float) ||
    is(T == double)
    ||
    is(T == real)
    )
  3. Complex!(CommonType!(T, R)) opBinaryRight(R rhs)
  4. Complex!(CommonType!(T, R)) opBinaryRight(R rhs)

Meta