Crate swc_atoms

Source
Expand description

See JsWord and Atom

Re-exports§

pub use self::Atom as JsWord;

Modules§

fast

Macros§

atom
Creates an Atom from a constant.
js_word
Creates an Atom from a constant.
lazy_atom
Creates an Atom from a constant.

Structs§

Atom
Clone-on-write string.
AtomStore
AtomStoreCell
A fast internally mutable cell for AtomStore.

Type Aliases§

StaticString
This should be used as a key for hash maps and hash sets.