Expand description
Runtime value representation for the Virtual Rust interpreter.
This module defines Value, the core enum that represents all possible
values that can exist at runtime during interpretation.
Enumsยง
- Value
- A runtime value produced by evaluating an expression.