Module artichoke_core::intern

source ·
Expand description

Intern Symbols on an interpreter.

Symbols are immutable byte strings that have the same lifetime as the interpreter.

Traits§

  • Store and retrieve byte strings that have the same lifetime as the interpreter.