Crate cl_structures
source ·Expand description
§Universally useful structures
- Span: Stores a start and end Loc
- Loc: Stores the index in a stream
- TypedInterner & StringInterner: Provies stable, unique allocations
- Stack: Contiguous collections with constant capacity
- IndexMap: A map from map indices to values
Modules§
- A contiguous collection with constant capacity.
- An insert-only unordered tree, backed by a Vec