hx.NE.hx Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jtransc-rt Show documentation
Show all versions of jtransc-rt Show documentation
JVM AOT compiler currently generating JavaScript, C++, Haxe, with initial focus on Kotlin and games.
// https://haxe.io/roundups/wwx/c++-magic/
#if cpp
@:include('N.h')
#end
extern class NE {
#if cpp
@:native("N_obj::_i2b") static public function i2b(v:Int):Int;
@:native("N_obj::_i2s") static public function i2s(v:Int):Int;
@:native("N_obj::_i2c") static public function i2c(v:Int):Int;
#end
}