cl_structures::intern

Module interned

Source
Expand description

An Interned reference asserts its wrapped value has referential equality.

Structsยง

  • An Interned value is one that is referentially comparable. That is, the interned value is unique in memory, simplifying its equality and hashing implementation.