A 32-bit signed integer value.
type Int32: Regular
var value: ???
fun abs() -> Int32
Returns the absolute value of self.
fun +() -> Int32
Returns self.
fun ~() -> Int32
Returns the bitwise inverse of self.
init()
init(bit_pattern other: UInt32)
Creates an instance with the same memory representation as other.
init(_ other: Int)
Creates a copy of other.