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