Determines whether T is an integral type.
Integral types are:
$(D_KEYWORD true) if T is an integral type, $(D_KEYWORD false) otherwise.
static assert(isIntegral!ubyte); static assert(isIntegral!byte); static assert(!isIntegral!float);
See Implementation
Determines whether T is an integral type.
Integral types are: