[][src]Type Definition semeion::entity::Id

type Id = usize;

The type of the Entity unique ID.

It is safe to assume that the library will not be dealing with a number of entities greater than usize::max_value() at any given time.