Expand description
See Atom for more information.
Macros§
- atom
- Create an atom from a string literal. This atom is never dropped.
Structs§
- Atom
- An immutable string which is cheap to clone, compare, hash, and has small size.
- Atom
Store - A store that stores Atoms. Can be merged with other AtomStores for better performance.
Functions§
- global_
atom_ store_ gc - Cleans up atoms in the global store that are no longer referenced.