isComplex.isComplex

Undocumented in source.
template isComplex(T)
enum isComplex = is(UT == cfloat) || is(UT == cdouble) || is(UT == creal);

Meta