Skip to content

Primitive List box and unbox #105

@friendlyhj

Description

@friendlyhj

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions