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