Type Alias swc_core::ecma::utils::swc_atoms::StaticString

pub type StaticString = Atom;
Available on crate features __ecma and __utils only.
Expand description

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

This will be replaced with Atom in the future.

Aliased Typeยง

struct StaticString(/* private fields */);