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 Ts.
A range of densely allocated arena values.
A view into an occupied entry in a ArenaMap. It is part of the Entry enum.
The raw index of a value in an arena.
A view into an vacant entry in a ArenaMap. It is part of the Entry enum.

Enums

A view into a single entry in a map, which may either be vacant or occupied.