isEntityType

Determines whether a type is an entity type suitable for ORM use

@safe
enum bool isEntityType(TEntity);

Meta