map method

RadonArray map(
  1. int i
)

Implementation

RadonArray map(int i) => RadonArray(concat(script, [OP.ARRAY_MAP, i]));