MKI
MKI
Heya, I did find a small bug. Currently it seems like extern (inline) overloads don't work on constructors.
 ```hx class MyClass { public inline extern overload function new(a: Int) {} public inline extern overload function new(a: Int, b: String) {} } class Test { static function main()...
Hmm, it does seem valid on an abstract though... This is very odd behaviour. https://try.haxe.org/#F746A3E1 I wrote up the above minimal example as a demo, didn't think it being a...
Awesome!
Heya, this is not ready for review yet. This PR will also require some changes to make OpAssignOp respect the semantic (which currently does not seem to be the case).
I've ran into this issue before, specifically with a Reference type which I specifically did not want to use Dynamic for because of type safety (even if it converts the...
[ ] Discord - MKI has implemented an audio system into Mana by using both hxcpp and reflaxe/cpp, see [this post](https://discord.com/channels/162395145352904705/162664383082790912/1417419941002612806) Also, welcome back skial! Great to see you again...