public native Byte(value: UInt)
Builds a Byte from an unsigned 32-bit integer.
value = Byte(42u) assert value == 42