Structs§
- BitSet
- A simple unbounded bitset that fits in 2
usizes worth of memory - Default
Vec - A mapping from indexes to values where all indexes initially map to
Default::default - FlagVec
- A data structure an indexed collection of
Nbit bit-flag like objects Behaves likeDefaultVec<u32>but only considers the lastNbits
Traits§
Type Aliases§
- Dynamic
Flag Vec DynamicFlagVecwhereNis not known at compile time- Static
Flag Vec FlagVecwhereNis known at compile time