Complex.opCast

Casts the complex number to type `R` via the explicit cast operator.

struct Complex(T)
scope const
R
opCast
(
R
)
()
if (
isNumeric!R ||
isComplex!R
)
if (
is(T == float) ||
is(T == double)
||
is(T == real)
)