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