sort method

RadonArray sort(
  1. int i
)

Implementation

RadonArray sort(int i) => RadonArray(concat(script, [OP.ARRAY_SORT, i]));