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.