Skip to main content

VarMap

Type Alias VarMap 

Source
pub type VarMap = IndexMap<String, Value>;
Expand description

The map behind a scope. Hashing these with FxHash instead of the default was measured SLOWER, not faster — fib went 652ms to 1086ms and a 5M-iteration counting loop 1894ms to 2381ms on the same machine — so the default stands.

Aliased Type§

pub struct VarMap { /* private fields */ }