Function bones_lib::ecs::prelude::create_bitset
pub fn create_bitset() -> BitSetVecExpand description
Creates a bitset big enough to contain the index of each entity. Mostly used to create caches.
pub fn create_bitset() -> BitSetVecCreates a bitset big enough to contain the index of each entity. Mostly used to create caches.