public native Byte(value: Int)
Builds a Byte from a signed 32-bit integer.
value = Byte(42) assert value == 42