The OpenD Programming Language

Complex.opOpAssign

  1. Complex opOpAssign(Complex!R rhs)
  2. Complex opOpAssign(Complex!R rhs)
    struct Complex(T)
    ref return
    opOpAssign
    (
    string op : "-"
    R
    )
    if (
    is(T == float) ||
    is(T == double)
    ||
    is(T == real)
    )
  3. Complex opOpAssign(Complex!R rhs)
  4. Complex opOpAssign(R rhs)
  5. Complex opOpAssign(R rhs)
  6. Complex opOpAssign(R rhs)
  7. Complex opOpAssign(R rhs)

Meta