Module cl_structures::intern::typed_interner
source · Expand description
A TypedInterner hands out Interned references for arbitrary types.
Note: It is a logic error to modify the returned reference via interior mutability in a way that changes the values produced by Eq and Hash.
See the standard library HashSet for more details.
Structs§
- A TypedInterner hands out Interned references for arbitrary types.