Expand description
Arena-based storage with typed handles.
Structsยง
- Arena
- An append-only arena with typed
Handle-based access. - Handle
- A typed handle into an
ArenaorUniqueArena. - Range
- A half-open range of
Handles:[first, last). - Unique
Arena - A deduplicating arena that returns the same
Handlefor equal values.