ZenUtils icon indicating copy to clipboard operation
ZenUtils copied to clipboard

Primitive List box and unbox

Open friendlyhj opened this issue 5 months ago • 0 comments

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.

friendlyhj avatar Aug 28 '25 10:08 friendlyhj