Crate ra_ap_la_arena[][src]

Expand description

Yet another index-based arena.

Structs

Arena

Yet another index-based arena.

ArenaMap

A map from arena indexes to some other type. Space requirement is O(highest index).

Idx

The index of a value allocated in an arena that holds Ts.

RawIdx

The raw index of a value in an arena.