Expand description
Modules§
- _example
- Example code and documentation
- iter
- Iterator types for the
Arena - tree
- Tree layered on top of the generational arena
Macros§
- arena
- Creates an
Arenaand with given values.Arena<T>type might have to be annotated. - tree
- Creates a
Treewith given hierarchy of value
Structs§
- Arena
- Generational arena: basically a
Vec, but with fixed item positions - Index
- Slot with identitiy based on generation.
- Slot
- Index of the backing
VecinArena. It can be upgraded toIndex, but prefer mutable iterators to slot-based iteration.
Traits§
Type Aliases§
- Default
Gen - Default generation type used by arena