recs::EntityId [] [src]

type EntityId = u64;

Value type representing an entry in the entity-component system.

EntityId is an alias to u64. When storing Entity IDs, EntityId should always be used in place of u64 to ensure forwards compatiblity with potential implementation changes.