Crate la_arena[][src]

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.

The raw index of a value in an arena.