[][src]Function evalexpr::eval_tuple

pub fn eval_tuple(string: &str) -> EvalexprResult<TupleType>

Evaluate the given expression string into a tuple.

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