public native UShort(value: Long)
Builds a UShort from a signed 64-bit integer.
value = UShort(42L) assert value == 42