expr icon indicating copy to clipboard operation
expr copied to clipboard

Array function filter causes type information to be lost

Open SamCymbaluk opened this issue 1 year ago • 0 comments

The built in filter function takes an array of type T and returns a reduced array of type T, but the checker currently loses this type information; if the input to filter is []T, the output will be []any.

SamCymbaluk avatar Mar 12 '24 03:03 SamCymbaluk