eval_array_method_simple

Function eval_array_method_simple 

Source
pub fn eval_array_method_simple(
    arr: &Arc<[Value]>,
    method: &str,
    args: &[Value],
) -> Result<Value, InterpreterError>
Expand description

Simple array method evaluation (for non-higher-order methods)

ยงComplexity

Cyclomatic complexity: 4 (within Toyota Way limits)