pub fn eval_tuple_with_context<C: Context>(
    string: &str,
    context: &C
) -> EvalexprResult<TupleType>
Expand description

Evaluate the given expression string into a tuple with the given context.

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