complex_t.opAssign

Undocumented in source. Be warned that the author may not have intended to support it.
  1. complex_t opAssign(C z)
    struct complex_t(T)
    pure nothrow @safe @nogc ref
    opAssign
    (
    C
    )
    (
    C z
    )
    if (
    isComplex!C &&
    isAssignable!(T, typeof(C.init.re))
    )
  2. complex_t opAssign(R r)

Meta