Complex.opBinaryRight
Complex!(CommonType!(T, R)) opBinaryRight(string op, R)(const R r) if ((op == "+" || op == "*") && (isNumeric!R)) @safe pure nothrow @nogc constNo documentation available for this declaration.
Complex!(CommonType!(T, R)) opBinaryRight(string op, R)(const R r) if (op == "-" && isNumeric!R) @safe pure nothrow @nogc constNo documentation available for this declaration.