type to check
true if T is a pointer type.
static assert ( isPointerType!(void*)); static assert (!isPointerType!(char[]));
See Implementation