Type Definition entity_component::BitSetVec[][src]

type BitSetVec = Vec<[u32; 8]>;

The type of bitsets used to track entities in component storages. Mostly used to create caches.