[][src]Type Definition entity_component::BitSetVec

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

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