eval

Function eval 

Source
pub fn eval<E: Env>(
    expression: &str,
    env: &mut E,
) -> Result<Value, Error<E::GetVariableError, E::AssignVariableError>>
Expand description

Performs arithmetic expansion