Enum member isSystem

Detect whether T is the System class or inherits from System.

enum isSystem(T) = isRawOrInherited!T;