package lua
Available on lua
Externs for the "bit" class that is required for Haxe lua
staticarshift(x:Float, places:Int):Int
staticband(a:Float, b:Float):Int
staticbnot(x:Float):Int
staticbor(a:Float, b:Float):Int
staticbxor(a:Float, b:Float):Int
staticlshift(x:Float, places:Int):Int
staticmod(numerator:Float, denominator:Float):Int
staticrshift(x:Float, places:Int):Int
© 2005–2020 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/lua/Bit.html