Complex.opOpAssign
Complex opOpAssign(string op, C)(const C z) if ((op == "+" || op == "-") && is(C R == Complex!R)) ref @safe pure nothrow @nogcNo documentation available for this declaration.
Complex opOpAssign(string op, C)(const C z) if (op == "*" && is(C R == Complex!R)) ref @safe pure nothrow @nogcNo documentation available for this declaration.
Complex opOpAssign(string op, C)(const C z) if (op == "/" && is(C R == Complex!R)) ref @safe pure nothrow @nogcNo documentation available for this declaration.
Complex opOpAssign(string op, C)(const C z) if (op == "^^" && is(C R == Complex!R)) ref @safe pure nothrow @nogcNo documentation available for this declaration.
Complex opOpAssign(string op, U : T)(const U a) if (op == "+" || op == "-") ref @safe pure nothrow @nogcNo documentation available for this declaration.
Complex opOpAssign(string op, U : T)(const U a) if (op == "*" || op == "/") ref @safe pure nothrow @nogcNo documentation available for this declaration.