abstract haxe.Int64(__Int64) from __Int64 to __Int64
Available on all platforms
A cross-platform signed 64-bit integer. Int64 instances can be created from two 32-bit words using Int64.make().
Int64.make()
var high:Int32
var low:Int32