type PromiseExprs = FnvHashMap<String, Expr>;Expand description
Source expressions for function arguments (promise expressions).
When a closure is called, the original unevaluated expressions for each
argument are stored here so that substitute() can retrieve them.
Aliased Typeยง
struct PromiseExprs { /* private fields */ }