returns bool value
static assert( isComplex!(typeof(4+3i)) ); static assert( !isComplex!(typeof(3i)) );
See Implementation
returns bool value