Type Definition planck_ecs::BitSetVec[][src]

type BitSetVec = Vec<[u32; 8], Global>;
Expand description

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