Complex.opAssign

  1. Complex opAssign(Complex!R rhs)
  2. Complex opAssign(F rhs)
    struct Complex(T)
    ref
    opAssign
    (
    F
    )
    (
    const F rhs
    )
    if (
    isNumeric!F
    )
    if (
    is(T == float) ||
    is(T == double)
    ||
    is(T == real)
    )

Meta