package lua
Available on luaExterns for the "bit" class that is required for Haxe lua
static arshift (x:Float, places:Int):Int
static band (a:Float, b:Float):Int
static bnot (x:Float):Int
static bor (a:Float, b:Float):Int
static bxor (a:Float, b:Float):Int
static lshift (x:Float, places:Int):Int
static mod (numerator:Float, denominator:Float):Int
static rshift (x:Float, places:Int):Int
© 2005–2018 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/lua/Bit.html