Skip to main content

Crate default_vec2

Crate default_vec2 

Source

Structs§

BitSet
A simple unbounded bitset that fits in 2 usizes worth of memory
DefaultVec
A mapping from indexes to values where all indexes initially map to Default::default
FlagVec
A data structure an indexed collection of N bit bit-flag like objects Behaves like DefaultVec<u32> but only considers the last N bits

Traits§

ConstDefault
FlagLength

Type Aliases§

DynamicFlagVec
DynamicFlagVec where N is not known at compile time
StaticFlagVec
FlagVec where N is known at compile time