Function eval_str
Source pub fn eval_str<T>(text: &str) -> ExResult<T>
Expand description
Parses a string, evaluates the expression, and returns the resulting number.
ยงErrrors
In case the parsing went wrong, e.g., due to an invalid input string, an
ExError is returned.