Function evalexpr::eval_tuple

source ·
pub fn eval_tuple(string: &str) -> EvalexprResult<TupleType>
Expand description

Evaluate the given expression string into a tuple.

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