public native UInt(value: Long)
Builds a UInt from a Long value.
value = UInt(42L) assert value == 42u