filter method

RadonArray filter(
  1. List i
)

Implementation

RadonArray filter(List i) => RadonArray(concat(script, [OP.ARRAY_FILTER, i]));