Static methods

@:op(A + B)staticadd(a:GoInt64, b:GoInt64):GoInt64

@:op(A & B)staticand(a:GoInt64, b:GoInt64):GoInt64

@:op(A / B)staticdiv(a:GoInt64, b:GoInt64):GoInt64

@:op(A % B)staticmod(a:GoInt64, b:GoInt64):GoInt64

@:op(A * B)staticmul(a:GoInt64, b:GoInt64):GoInt64

staticinlineofInt(x:Int):GoInt64

@:op(A | B)staticor(a:GoInt64, b:GoInt64):GoInt64

@:op(A - B)staticsub(a:GoInt64, b:GoInt64):GoInt64

@:op(A ^ B)staticxor(a:GoInt64, b:GoInt64):GoInt64

Constructor

@:value({ x : 0 })inlinenew(x:Int = 0)

Methods

inlinecopy(this:Int64):GoInt64

inlinetoBasic(this:Int64):Int64

toFloat(this:Int64):Float