Mixin template to add the entity ID member to a type
struct MyEntity { mixin EntityID; }
See Implementation
Mixin template to add the entity ID member to a type