Template predicate.
Negated pred.
alias isNotIntegral = templateNot!isIntegral; static assert(!isNotIntegral!int); static assert(isNotIntegral!(char[]));
See Implementation