Type Definition rhai::Identifier

source ·
pub type Identifier = SmartString<LazyCompact>;
Expand description

An identifier in Rhai. SmartString is used because most identifiers are ASCII and short, fewer than 23 characters, so they can be stored inline.