Type Definition plank_ecs::BitSetVec[][src]

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

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