Product Type

UInt64

A 64-bit unsigned integer value.

Members

Bindings

var value: ???

Functions

fun ~() -> UInt64

Returns the bitwise inverse of self.

Initializers

init()
init(bit_pattern other: Int64)

Creates an instance with the same memory representation as other.