A 8-bit unsigned integer value.
type UInt8
var value: ???
fun ~() -> UInt8
Returns the bitwise inverse of self.
init()
init(bit_pattern other: Int8)
Creates an instance with the same memory representation as other.