[][src]Crate la_arena

Yet another ID-based arena.

Modules

map

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

Structs

Arena

Yet another ID-based arena.

Idx

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

RawId

The raw ID of a value in an arena.