Product Type

UInt

An unsigned integer value.

Members

Bindings

var value: ???

Functions

fun round_up_nearest_power_two() -> UInt

Returns the smallest power of two that is not smaller than self.

fun ~() -> UInt

Returns the bitwise inverse of self.

Initializers

init()
init(bit_pattern other: Int)

Creates an instance with the same memory representation as other.

init(bit_pattern address: MemoryAddress)

Creates an instance with the same memory representation as address.