[][src]Function evalexpr::eval_int

pub fn eval_int(string: &str) -> EvalexprResult<IntType>

Evaluate the given expression string into an integer.

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