pub fn get_free<S: ValueStore>(
store: &S,
closure: Value,
index: u64,
) -> RuntimeResult<Value>Expand description
v1’s only free-variable access path (design §7).
pub fn get_free<S: ValueStore>(
store: &S,
closure: Value,
index: u64,
) -> RuntimeResult<Value>v1’s only free-variable access path (design §7).