3657f19047af54b70a52a7859e7010662ab6236b
Replaces manual iteration for pushing `Value::Void` with `Vec::resize` for more efficient stack management. This change improves performance by reducing redundant operations and simplifies the code.
Description
No description provided
Languages
Rust
100%