reduce method

RadonArray reduce(
  1. int i
)

Implementation

RadonArray reduce(int i) => RadonArray(concat(script, [OP.ARRAY_REDUCE, i]));