Skip to main content

apply_value

Function apply_value 

Source
pub fn apply_value(
    callee: &Value,
    args: Vec<Value>,
    env: &mut Env,
) -> EvalResult
Expand description

Apply callee to the already-evaluated args.