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