Product Type

Int64

A 64-bit signed integer value.

Members

Bindings

var value: ???

Functions

fun abs() -> Int64

Returns the absolute value of self.

fun +() -> Int64

Returns self.

fun ~() -> Int64

Returns the bitwise inverse of self.

Initializers

init()
init(bit_pattern other: UInt64)

Creates an instance with the same memory representation as other.

init(_ other: Int)

Creates a copy of other.