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