ds icon indicating copy to clipboard operation
ds copied to clipboard

Fix PriorityQueue compilation on the eval target, closes #48

Open Gama11 opened this issue 5 years ago • 0 comments

This contains the type inference fix mentioned by Simn in #48, as well as a fix for the toArray() extension method call. NativeArray uses eval.Vector under the hood, which also has a toArray() method of its own, taking priority over the static extension.

Gama11 avatar Nov 03 '20 20:11 Gama11