BitSetVec

Type Alias BitSetVec 

Source
pub type BitSetVec = Vec<[u32; 8]>;
Expand description

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

Aliased Typeยง

pub struct BitSetVec { /* private fields */ }