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