Zeta
Results
52
comments of
Zeta
Note that `long` is 32-bit on certain platforms, it would be better to use `int64_t`.
Note that `stdgo.Go.str` is a macro. It ends up generating thousands of `haxe.io.BytesBuffer.addByte` calls so after inlining there's a lot of variables named `this`/`pos` which is presumably what makes renamevars...