Product Type

UInt32

A 32-bit unsigned integer value.

Members

Bindings

var value: ???

Functions

fun ~() -> UInt32

Returns the bitwise inverse of self.

Initializers

init()
init(bit_pattern other: Int32)

Creates an instance with the same memory representation as other.