Enum member isGlobalPtr

Check if type T is isGlobalPtr.

enum isGlobalPtr(T) = isInstanceOf!(GlobalPtr, T);