pub fn eval_empty_with_context_mut<C: ContextWithMutableVariables>(
    string: &str,
    context: &mut C
) -> EvalexprResult<EmptyType>
Expand description

Evaluate the given expression string into an empty value with the given mutable context.

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