Function bones_framework::prelude::create_bitset
source ยท pub fn create_bitset() -> BitSetVec
Expand description
Creates a bitset big enough to contain the index of each entity. Mostly used to create caches.
pub fn create_bitset() -> BitSetVec
Creates a bitset big enough to contain the index of each entity. Mostly used to create caches.