[][src]Function evalexpr::eval_int_with_context_mut

pub fn eval_int_with_context_mut(
    string: &str,
    context: &mut dyn Context
) -> EvalexprResult<IntType>

Evaluate the given expression string into an integer with the given mutable context.

See the crate doc for more examples and explanations of the expression format.