type to check
true if T is a built-in integer type
static assert ( isIntegerType!(long)); static assert ( isIntegerType!(ubyte)); static assert (!isIntegerType!(char));
See Implementation