Can not int[] <=> [int]
Can not [int].sort(function(a as int, b as int)), but [int].sort(function a as native.java.lang.Integer, b as native.java.lang.Integer)) works
Compile these should give an automatic box and unbox, or compile [int] to IntList of fastutils.
Can not
int[]<=>[int]Can not
[int].sort(function(a as int, b as int)), but[int].sort(function a as native.java.lang.Integer, b as native.java.lang.Integer))worksCompile these should give an automatic box and unbox, or compile
[int]to IntList of fastutils.