Type Alias swc_core::base::atoms::StaticString

pub type StaticString = Atom;
Available on crate feature __base 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 */);