Haxe-MagicArrayTools
Haxe-MagicArrayTools copied to clipboard
Extension functions for Arrays/Iterables that are compile-time converted to a single, optimal for-loop.
Results
1
Haxe-MagicArrayTools issues
Sort by
recently updated
recently updated
newest added
``` [ERROR] src/systems/AccountSync.hx:97: characters 16-34 97 | var size = orders[aid].size(); | ^^^^^^^^^^^^^^^^^^ | `MagicArrayTools` function was used without calling `magiter` first. Please call `magiter` before running any other functions....