Skip to content

Extra cast required for array projection #125

Description

@jaredlll08
var x = [1, 2, 3] asint[];
var y = newint[]<int>(x, (value => value * 2) asfunction(value asint) asint);

ideallythis is just:

var x = [1, 2, 3] asint[];
var y = newint[]<int>(x, (value => value * 2));

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions