[][src]Function evalexpr::eval_empty

pub fn eval_empty(string: &str) -> EvalexprResult<EmptyType>

Evaluate the given expression string into an empty value.

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