public native Short(value: ULong)
Builds a Short from an unsigned 64-bit integer.
value = Short(42ul) assert value == 42