Modulesยง
- entity_
map - An
EntityMap<E, V>is a map fromEntityId<E>to values of typeVwith a hash-map-like API optimized for densely populated maps. - entity_
vec - An
EntityVec<E: Entity, V>is a vector of values of typeVthat can only be indexed by keys of typeEntityId<E>. - value_
vec ValueVec<T>: a by-value, ref-less vector with interior mutability.