Type Definition rhai::Identifier[][src]

type Identifier = SmartString<Compact>;
👎 Deprecated:

this type is volatile and may change

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.