pub type StaticString = Atom;
This should be used as a key for hash maps and hash sets.
This will be replaced with Atom in the future.
struct StaticString(/* private fields */);