A 64-bit signed integer value.
type Int64: Regular
var value: ???
fun abs() -> Int64
Returns the absolute value of self.
fun +() -> Int64
Returns self.
fun ~() -> Int64
Returns the bitwise inverse of self.
init()
init(bit_pattern other: UInt64)
Creates an instance with the same memory representation as other.
init(_ other: Int)
Creates a copy of other.