Module environment

Module environment 

Source
Expand description

Environment for variable storage and scoping 优化版本: 减少Rc/RefCell开销, 使用索引代替指针

Structs§

Environment
Environment for storing variables
EnvironmentPool
环境池,用于复用环境对象