Skip to main content

eval

Function eval 

Source
pub fn eval(
    form: &Form,
    env: &mut HashMap<String, Value>,
) -> Result<Value, String>