[][src]Module la_arena::map

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

Structs

ArenaMap

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