dc81b7d61634cf8b994e31b10115487614060caa
Introduce `ValueList` type alias for `Rc<Vec<Value>>` to reduce boilerplate and improve readability. Add `as_slice()` method to `Value` to provide a unified way to access the underlying values of Tuples and Records. Update `flatten_value` and `unpack` in `VM` to utilize the new `as_slice()` method, simplifying logic and improving consistency.
Description
No description provided
Languages
Rust
100%