Product Type

Int32

A 32-bit signed integer value.

Members

Bindings

var value: ???

Functions

fun abs() -> Int32

Returns the absolute value of self.

fun +() -> Int32

Returns self.

fun ~() -> Int32

Returns the bitwise inverse of self.

Initializers

init()
init(bit_pattern other: UInt32)

Creates an instance with the same memory representation as other.

init(_ other: Int)

Creates a copy of other.