Enum member isEntity

Detect whether T is the Entity class.

enum isEntity(T) = __traits(isSame, Unqual!T, Entity);