Module bitset

Module bitset 

Source
Expand description

Bitset implementation.

Bitsets are powered by the bitset_core crate.

Macros§

bitor
Shorthand for combining bitsets with bit_or.
bitset
Shorthand for setting bits on the bitset container.
impl_bitset
Implements the BitSet trait members for your type through DerefMut.

Structs§

BitFmt
BitSet formatter.
BitSetVec
The type of bitsets used to track entities in component storages. Mostly used to create caches.

Traits§

BitSet
The BitSet API.

Functions§

create_bitset
Creates a bitset big enough to contain the index of each entity. Mostly used to create caches.