type to check
true if T is a built-in complex floating point type
static assert ( isComplexType!(cdouble)); static assert ( isComplexType!(const(cdouble))); static assert (!isComplexType!(double));
See Implementation