type to check
true if T is a built-in unsigned integer type
static assert (!isUnsignedIntegerType!(int)); static assert ( isUnsignedIntegerType!(ubyte)); static assert ( isUnsignedIntegerType!(const(ulong)));
See Implementation