Crate ra_ap_la_arena
source ·Expand description
Yet another index-based arena.
Structs
Yet another index-based arena.
A map from arena indexes to some other type.
Space requirement is O(highest index).
The index of a value allocated in an arena that holds
T
s.A range of densely allocated arena values.
The raw index of a value in an arena.
Enums
A view into a single entry in a map, which may either be vacant or occupied.