Product Type

Int8

A 8-bit signed integer value.

Members

Bindings

var value: ???

Functions

fun abs() -> Int8

Returns the absolute value of self.

fun +() -> Int8

Returns self.

fun ~() -> Int8

Returns the bitwise inverse of self.

Initializers

init()
init(bit_pattern other: UInt8)

Creates an instance with the same memory representation as other.

init(_ other: Int)

Creates a copy of other.