Expand description
Type-safe indices and indexed containers.
Structs§
- Vector of state per entity in an index-space that does not define the index-space. In other words, this container will not pass out new indices, it will only allow associating state with existing indices; and it requires a default value for data at an index not yet assigned.
Traits§
- An index into an index-space of entities.