Skip to main content

std_arr_reduce

Function std_arr_reduce 

Source
pub fn std_arr_reduce(
    eval: &mut Evaluator,
    array: Value,
    function: Value,
    initial: Value,
    span: Span,
) -> Result<Value, Error>