Function eval_integer_method
Source pub fn eval_integer_method(
n: i64,
method: &str,
arg_values: &[Value],
) -> Result<Value, InterpreterError>
Expand description
Evaluate integer methods
ยงComplexity
Cyclomatic complexity: 7 (within Toyota Way limits)