Function evalexpr::eval_int

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

Evaluate the given expression string into an integer.

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