Simon Krajewski
Results
102
issues of
Simon Krajewski
``` haxe class Main { static function main() { var str = "fdsf"; run(str.charAt); } static function run(cb:Int->String) trace(cb(2)); } ``` Generated: ``` js // Generated by Haxe 3.3.0 (function...
platform-javascript
#12393 implemented a general Int64Map based on strings. There are likely better solutions for several targets that we should look into.